mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wmii: move fallback config to usr/share
This commit is contained in:
parent
df8572ff74
commit
2990767cf1
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wmii'
|
# Template file for 'wmii'
|
||||||
pkgname=wmii
|
pkgname=wmii
|
||||||
version=3.9.2
|
version=3.9.2
|
||||||
revision=7
|
revision=8
|
||||||
wrksrc=${pkgname}+ixp-${version}
|
wrksrc=${pkgname}+ixp-${version}
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXrandr-devel libXft-devel libXinerama-devel"
|
makedepends="libXrandr-devel libXft-devel libXinerama-devel"
|
||||||
|
@ -14,13 +14,14 @@ checksum=0466f1a5c534b0ee9fdace2c7a2d251845b7ec0ae80bdb8e68ae6584ebeebf2b
|
||||||
python_version=2
|
python_version=2
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
LDFLAGS=" -lX11 -lXrender"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
LDFLAGS+=" -lX11 -lXrender"
|
make CC="$CC -c" AR="$AR crs" LD=$CC RANLIB=$RANLIB \
|
||||||
make CC="$CC -c" AR="$AR crs" LD=$CC RANLIB=$RANLIB PREFIX=/usr
|
V=1 PREFIX=/usr ETC=/usr/share
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
make PREFIX=/usr DESTDIR=${DESTDIR} ETC=/usr/share install
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue