diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-04 08:42:27 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-04 10:01:09 +0000 |
commit | eaf27944fa66aff8291d57122db1cb6004358384 (patch) | |
tree | 259ba7fc6063e22926a3685f0d680f38e49cb099 /testing/inotify-tools | |
parent | 15dd3684e8f97e57ffa4a6dee4fa8954fd416134 (diff) | |
download | aports-eaf27944fa66aff8291d57122db1cb6004358384.tar.bz2 aports-eaf27944fa66aff8291d57122db1cb6004358384.tar.xz |
testing/inotify-tools: license specified
Diffstat (limited to 'testing/inotify-tools')
-rw-r--r-- | testing/inotify-tools/APKBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/testing/inotify-tools/APKBUILD b/testing/inotify-tools/APKBUILD index 730b05c23e..5a06822c78 100644 --- a/testing/inotify-tools/APKBUILD +++ b/testing/inotify-tools/APKBUILD @@ -6,15 +6,14 @@ pkgrel=1 pkgdesc="C library and CLI tools providing a simple interface to inotify" url="http://github.com/rvoicilas/inotify-tools" arch="all" -license="GPL" -depends= -makedepends="wget" -install= +license="GPL2" +depends="" +makedepends="" +install="" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/downloads/rvoicilas/$pkgname/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver - prepare() { cd "$_builddir" # apply patches here @@ -26,7 +25,8 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --infodir=/usr/share/info + --infodir=/usr/share/info \ + || return 1 make || return 1 } @@ -37,3 +37,5 @@ package() { } md5sums="b43d95a0fa8c45f8bab3aec9672cf30c inotify-tools-3.14.tar.gz" +sha256sums="222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f inotify-tools-3.14.tar.gz" +sha512sums="6074d510e89bba5da0d7c4d86f2562c662868666ba0a7ea5d73e53c010a0050dd1fc01959b22cffdb9b8a35bd1b0b43c04d02d6f19927520f05889e8a9297dfb inotify-tools-3.14.tar.gz" |