diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-05 16:07:17 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:35:09 +0200 |
commit | 7fee80101640574959987a36265ac2caf20632d5 (patch) | |
tree | bcf0e52377d9fd4c73fdae9caf01d447a638493d /testing/ettercap | |
parent | 1f040ad5e5d507c871021fa71055283096273dc4 (diff) | |
download | aports-7fee80101640574959987a36265ac2caf20632d5.tar.bz2 aports-7fee80101640574959987a36265ac2caf20632d5.tar.xz |
testing/ettercap: specify license
Diffstat (limited to 'testing/ettercap')
-rw-r--r-- | testing/ettercap/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/ettercap/APKBUILD b/testing/ettercap/APKBUILD index 2927d0530b..08ff0eead9 100644 --- a/testing/ettercap/APKBUILD +++ b/testing/ettercap/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Comprehensive suite for man in the middle attacks" url="http://ettercap.sourceforge.net/" arch="all" -license="GPL" +license="GPL2+" depends= depends_dev= makedepends="$depends_dev autoconf automake bison cmake curl-dev flex @@ -15,9 +15,7 @@ install= subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" - _builddir="$srcdir"/$pkgname-$pkgver - prepare() { cd "$_builddir" mkdir build && cd build @@ -43,7 +41,7 @@ build() { package() { cd "$_builddir"/build - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install || return 1 } md5sums="7c5f5e1fd4002afdfd13765ef92866e1 ettercap-0.7.6.tar.gz" |