mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
wmii: fix license, verify python version
This commit is contained in:
parent
a250b4f77b
commit
6e37b536a5
1 changed files with 5 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'wmii'
|
||||
pkgname=wmii
|
||||
version=3.9.2
|
||||
revision=6
|
||||
revision=7
|
||||
wrksrc=${pkgname}+ixp-${version}
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libXrandr-devel libXft-devel libXinerama-devel"
|
||||
short_desc="Lightweight, dynamic window manager for X11"
|
||||
maintainer="Zach L. <koni@archlinux.us>"
|
||||
license="GPL-3"
|
||||
license="MIT"
|
||||
homepage="https://code.google.com/p/wmii/"
|
||||
distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wmii/wmii+ixp-${version}.tbz"
|
||||
checksum=0466f1a5c534b0ee9fdace2c7a2d251845b7ec0ae80bdb8e68ae6584ebeebf2b
|
||||
python_version=2 #unverified
|
||||
python_version=2
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
|
@ -19,6 +19,8 @@ do_build() {
|
|||
LDFLAGS+=" -lX11 -lXrender"
|
||||
make CC="$CC -c" AR="$AR crs" LD=$CC RANLIB=$RANLIB PREFIX=/usr
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue