diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-11-07 21:50:18 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-11-07 21:51:33 +0100 |
commit | 7fc0bed08d9b4103437226ad43144c51ac3e9007 (patch) | |
tree | 45504dac0a326e96fda93aaaf082a7a5a3cfa7ff /testing/subberthehut | |
parent | 58fd3f8b1242a83c285304ef4b9051b9233e7399 (diff) | |
download | aports-7fc0bed08d9b4103437226ad43144c51ac3e9007.tar.bz2 aports-7fc0bed08d9b4103437226ad43144c51ac3e9007.tar.xz |
testing/subberthehut: new aport
Diffstat (limited to 'testing/subberthehut')
-rw-r--r-- | testing/subberthehut/APKBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/subberthehut/APKBUILD b/testing/subberthehut/APKBUILD new file mode 100644 index 0000000000..bd375d70d3 --- /dev/null +++ b/testing/subberthehut/APKBUILD @@ -0,0 +1,26 @@ +# Maintainer: +# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> + +pkgname=subberthehut +pkgver=17 +pkgrel=0 +pkgdesc='Command-line based OpenSubtitles.org downloader' +arch=all +url='https://github.com/mus65/subberthehut' +license='GPL2' +depends= +makedepends='xmlrpc-c-dev glib-dev zlib-dev curl-dev bash-completion' +source="https://github.com/mus65/$pkgname/archive/$pkgver.tar.gz" + +build() { + make -C "$srcdir"/$pkgname-$pkgver || return 1 +} + +package() { + make -C "$srcdir"/$pkgname-$pkgver DESTDIR="$pkgdir" PREFIX=/usr install \ + || return 1 +} + +md5sums="a208bc658dce94d4b1696403a9d75e69 17.tar.gz" +sha256sums="fde3137b9f818e02eda3e6d7bf444b02df50bf60bb817a672e3413464a816e14 17.tar.gz" +sha512sums="24d5935ec88c38f00e8b2e060e8cf8c680b3a1488539e66a7df6611697611cef420fc74cce9d2530a76a5e1e9215d5ece8267160ba69f8d6e266d5b063bd783e 17.tar.gz" |