mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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'
|
# Template file for 'bgs'
|
||||||
pkgname=bgs
|
pkgname=bgs
|
||||||
version=0.7.1
|
version=0.8
|
||||||
revision=1
|
revision=1
|
||||||
homepage="http://github.com/Gottox/bgs"
|
homepage="http://github.com/Gottox/bgs"
|
||||||
distfiles="$homepage/archive/v${version}.tar.gz"
|
distfiles="$homepage/archive/v${version}.tar.gz"
|
||||||
makedepends="imlib2-devel libXinerama-devel"
|
makedepends="imlib2-devel libXinerama-devel"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
short_desc="An extremely fast and small background setter for X"
|
short_desc="An extremely fast and small background setter for X"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vdoc README
|
vdoc README
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue