aboutsummaryrefslogtreecommitdiffstats
path: root/main/ngrep
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2012-04-02 07:00:35 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2012-04-02 07:00:35 +0000
commitc9786f9ecb4df9b6e6ec6b88629fdb5bf295bb99 (patch)
tree06d8da95232320889fa665a244f585496b24d8c9 /main/ngrep
parentf9425febd1328c0bda9bafd70d7480a7b9551887 (diff)
downloadaports-c9786f9ecb4df9b6e6ec6b88629fdb5bf295bb99.tar.bz2
aports-c9786f9ecb4df9b6e6ec6b88629fdb5bf295bb99.tar.xz
main/ngrep: added custom license installation. Bump pkgrel
Diffstat (limited to 'main/ngrep')
-rw-r--r--main/ngrep/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/ngrep/APKBUILD b/main/ngrep/APKBUILD
index 67d6253d1e..141d8566c7 100644
--- a/main/ngrep/APKBUILD
+++ b/main/ngrep/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=ngrep
pkgver=1.45
-pkgrel=0
+pkgrel=1
pkgdesc="A grep-like utility that allows you to search for network packets on an interface"
url="http://ngrep.sourceforge.net/"
arch="all"
@@ -24,6 +24,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/custom/$pkgname/LICENSE
}
md5sums="bc8150331601f3b869549c94866b4f1c ngrep-1.45.tar.bz2"