aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-10-30 15:17:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-31 12:39:43 +0000
commit3e0aea485a7d2055a927c055c81c01a53bfe6057 (patch)
tree441e3b016e0fa28a718752e6e6ed497c8671eae5
parent1db04425192d3b10d11c3ba58e20dc4de5e681f7 (diff)
downloadalpine_aports-3e0aea485a7d2055a927c055c81c01a53bfe6057.tar.bz2
alpine_aports-3e0aea485a7d2055a927c055c81c01a53bfe6057.tar.xz
alpine_aports-3e0aea485a7d2055a927c055c81c01a53bfe6057.zip
main/attr: specify license
-rw-r--r--main/attr/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/attr/APKBUILD b/main/attr/APKBUILD
index bb9ec51f17..7ef4c49abb 100644
--- a/main/attr/APKBUILD
+++ b/main/attr/APKBUILD
@@ -1,11 +1,11 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=attr 2pkgname=attr
3pkgver=2.4.47 3pkgver=2.4.47
4pkgrel=1 4pkgrel=2
5pkgdesc="Utilities for managing filesystem extended attributes" 5pkgdesc="Utilities for managing filesystem extended attributes"
6url="http://acl.bestbits.at/" 6url="http://acl.bestbits.at/"
7arch="all" 7arch="all"
8license="LGPL" 8license="GPL2+ LGPL2+"
9depends= 9depends=
10makedepends="libtool autoconf automake bash gzip" 10makedepends="libtool autoconf automake bash gzip"
11subpackages="$pkgname-dev $pkgname-doc libattr" 11subpackages="$pkgname-dev $pkgname-doc libattr"