diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-17 20:38:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-17 20:41:11 +0000 |
commit | abb0e46623394c13aa0c678c8a3107c507b6fe7d (patch) | |
tree | a5fc3d23ebb63fef0d139e3019832902ce63bd10 /testing | |
parent | b1ab67635f5d706a1c45d673e37b90de2b77aa8b (diff) | |
download | aports-abb0e46623394c13aa0c678c8a3107c507b6fe7d.tar.bz2 aports-abb0e46623394c13aa0c678c8a3107c507b6fe7d.tar.xz |
testing/xwininfo: fix license
Diffstat (limited to 'testing')
-rw-r--r-- | testing/xwininfo/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/xwininfo/APKBUILD b/testing/xwininfo/APKBUILD index 4755ff9cd7..5074e3620e 100644 --- a/testing/xwininfo/APKBUILD +++ b/testing/xwininfo/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xwininfo pkgver=1.0.5 -pkgrel=0 +pkgrel=1 pkgdesc="Window information utility for X" url="http://cgit.freedesktop.org/xorg/app/xwininfo/" -license="GPL" +license="custom" depends= makedepends="libx11-dev libxext-dev" install= @@ -28,6 +28,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } md5sums="908f8bc3255f639effa9780fb1c19ea4 xwininfo-1.0.5.tar.bz2" |