diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-30 15:17:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 12:39:43 +0000 |
commit | 3e0aea485a7d2055a927c055c81c01a53bfe6057 (patch) | |
tree | 441e3b016e0fa28a718752e6e6ed497c8671eae5 /main | |
parent | 1db04425192d3b10d11c3ba58e20dc4de5e681f7 (diff) | |
download | aports-3e0aea485a7d2055a927c055c81c01a53bfe6057.tar.bz2 aports-3e0aea485a7d2055a927c055c81c01a53bfe6057.tar.xz |
main/attr: specify license
Diffstat (limited to 'main')
-rw-r--r-- | main/attr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/attr/APKBUILD b/main/attr/APKBUILD index bb9ec51f1..7ef4c49ab 100644 --- a/main/attr/APKBUILD +++ b/main/attr/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=attr pkgver=2.4.47 -pkgrel=1 +pkgrel=2 pkgdesc="Utilities for managing filesystem extended attributes" url="http://acl.bestbits.at/" arch="all" -license="LGPL" +license="GPL2+ LGPL2+" depends= makedepends="libtool autoconf automake bash gzip" subpackages="$pkgname-dev $pkgname-doc libattr" |