diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-18 16:36:02 -0300 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-25 04:11:03 +0200 |
commit | 8b62f5ad03d135d97f6b213311d0687429d5e221 (patch) | |
tree | 17e2d0abce42a9bd978ea6772d8800112cc500dc /testing/hitch/APKBUILD | |
parent | 7348e0f79faad1ab5f8811d1e555620eae4e7868 (diff) | |
download | aports-8b62f5ad03d135d97f6b213311d0687429d5e221.tar.bz2 aports-8b62f5ad03d135d97f6b213311d0687429d5e221.tar.xz |
testing: remove duplicate dependencies and superfluous builddir statements
Closes: GH-7933
Diffstat (limited to 'testing/hitch/APKBUILD')
-rw-r--r-- | testing/hitch/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/testing/hitch/APKBUILD b/testing/hitch/APKBUILD index 885640ecdf..2bab4eb11d 100644 --- a/testing/hitch/APKBUILD +++ b/testing/hitch/APKBUILD @@ -8,19 +8,17 @@ url="https://hitch-tls.org/" arch="all" license="BSD" makedepends="libev-dev openssl-dev automake autoconf py-docutils bison flex - autoconf automake libtool" + libtool" subpackages="$pkgname-doc" source="https://hitch-tls.org/source/hitch-$pkgver.tar.gz disable-Werror.patch" -builddir="$srcdir"/$pkgname-$pkgver prepare() { default_prepare autoreconf -vif -I. } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -32,7 +30,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="4225391822c6e223e795bbc4756d55dcd8d16f61b42cf1e336205ae0707c1ba1f86b4c0be1457695d0f0ad4ec1906fdacb46cdd0dbbe50d00385380a9cbad617 hitch-1.4.8.tar.gz |