bgs: update to 0.8.
This commit is contained in:
parent
74a30732ee
commit
c63a0ed1ee
1 changed files with 11 additions and 4 deletions
|
@ -1,17 +1,24 @@
|
|||
# Template file for 'bgs'
|
||||
pkgname=bgs
|
||||
version=0.7.1
|
||||
version=0.8
|
||||
revision=1
|
||||
homepage="http://github.com/Gottox/bgs"
|
||||
distfiles="$homepage/archive/v${version}.tar.gz"
|
||||
makedepends="imlib2-devel libXinerama-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="An extremely fast and small background setter for X"
|
||||
build_style=gnu-makefile
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="MIT"
|
||||
checksum=8883e35406114632f4098a8c47ac4ffa5afd795d9087d0abcf9d7cd5d208f5cd
|
||||
checksum=c52220a503f0ae1a200a2991893229ea981ae33722f41e9bc87bdf399f8d89e7
|
||||
|
||||
do_build() {
|
||||
sed -i "/CFLAGS/s|\${CPPFLAGS}|& $CFLAGS|g" config.mk
|
||||
sed -i "/LDFLAGS/s|\-s|$LDFLAGS|g" config.mk
|
||||
make CC=$CC
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vdoc README
|
||||
vlicense LICENSE
|
||||
vdoc README
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue