bar-git: update to 20130930_1
This commit is contained in:
parent
6b7a5a8ff6
commit
e6fb632efb
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bar-git'
|
# Template file for 'bar-git'
|
||||||
pkgname=bar-git
|
pkgname=bar-git
|
||||||
version=20130927
|
version=20130930
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="libxcb-devel"
|
makedepends="libxcb-devel"
|
||||||
short_desc="A lightweight xcb based bar"
|
short_desc="A lightweight xcb based bar"
|
||||||
|
@ -22,7 +22,9 @@ do_build() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr DESTDIR=$DESTDIR install
|
make PREFIX=/usr DESTDIR=$DESTDIR install
|
||||||
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
vinstall palette.pl 755 usr/bin
|
||||||
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
|
vinstall README.md 644 usr/share/doc/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
||||||
bar-git_package() {
|
bar-git_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue