diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-13 03:42:46 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-13 03:43:24 -0300 |
commit | a69cfca0bceb692f4fab2a47de7c19e3ed3a584d (patch) | |
tree | 4c87a3c3011433958877e9b5fe06feefe05b5d3d /testing/shntool/APKBUILD | |
parent | 8ec602e42f54d2b3b79fff6996c26f1aeaa77565 (diff) | |
download | aports-a69cfca0bceb692f4fab2a47de7c19e3ed3a584d.tar.bz2 aports-a69cfca0bceb692f4fab2a47de7c19e3ed3a584d.tar.xz |
testing/shntool: fix build fix license fix url fix source
Diffstat (limited to 'testing/shntool/APKBUILD')
-rw-r--r-- | testing/shntool/APKBUILD | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/testing/shntool/APKBUILD b/testing/shntool/APKBUILD index 531017f66b..03edb55cb4 100644 --- a/testing/shntool/APKBUILD +++ b/testing/shntool/APKBUILD @@ -2,19 +2,20 @@ # Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch> pkgname=shntool pkgver=3.0.10 -pkgrel=1 +pkgrel=2 pkgdesc="A multi-purpose WAVE data processing and reporting utility" -url="http://www.etree.org/shnutils/shntool/" +url="http://shnutils.freeshell.org/shntool/" arch="all" -license="GPL" +license="GPL-2.0-or-later" makedepends="sox" subpackages="$pkgname-doc" -source="http://www.etree.org/shnutils/shntool/dist/src/shntool-$pkgver.tar.gz" +source="http://shnutils.freeshell.org/shntool/dist/src/${pkgname}-${pkgver}.tar.gz + shntool-3.0.10-large-size.patch + shntool-3.0.10-large-times.patch + " -builddir="$srcdir"/shntool-$pkgver build() { - cd "$builddir" update_config_sub ./configure \ --build=$CBUILD \ @@ -28,7 +29,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } @@ -58,6 +58,6 @@ check() { rm -r test } -md5sums="5d41f8f42c3c15e3145a7a43539c3eae shntool-3.0.10.tar.gz" -sha256sums="74302eac477ca08fb2b42b9f154cc870593aec8beab308676e4373a5e4ca2102 shntool-3.0.10.tar.gz" -sha512sums="2150d7123860abb54a56a1615bda991ed3713d73c338723f28b7d01a63c49a47809be16dc57b5b4edeee1567b003f9a4b54945c1cd08440f9503d22b91eaa06d shntool-3.0.10.tar.gz" +sha512sums="2150d7123860abb54a56a1615bda991ed3713d73c338723f28b7d01a63c49a47809be16dc57b5b4edeee1567b003f9a4b54945c1cd08440f9503d22b91eaa06d shntool-3.0.10.tar.gz +fc44bca63d79b279db6d275caaacdb73cbebd6b902276a9052f005146fa125f4674e3cf559d46405637a337192f4a38f9bec4836af46e7ae52e4f220352c1ba7 shntool-3.0.10-large-size.patch +9780f22d93e20dd01d18067978bdf6cbb0b460bb80f41c4f4752b3322c3d70182b3acf35b789e30fc36ca52af6127e24c00599fb49b916f01448613721a94ebe shntool-3.0.10-large-times.patch" |