ayaports/user/cuetools/APKBUILD

35 lines
811 B
Text
Raw Normal View History

2023-03-31 20:26:25 +00:00
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
2021-06-04 15:24:22 +00:00
pkgname=cuetools
pkgver=1.4.1
2023-03-31 20:26:25 +00:00
pkgrel=1
2021-06-04 15:24:22 +00:00
pkgdesc="Cue and toc file parsers and utilities"
arch='x86_64'
url="https://github.com/svend/cuetools"
license='GPL'
depends='musl'
makedepends='automake autoconf byacc flex'
subpackages="$pkgname-doc"
2023-03-31 20:26:25 +00:00
source="$pkgname-$pkgver.tar.gz::https://github.com/svend/cuetools/archive/$pkgver.tar.gz"
2021-06-04 15:24:22 +00:00
prepare() {
2023-03-31 20:26:25 +00:00
default_prepare
2021-06-04 15:24:22 +00:00
2023-03-31 20:26:25 +00:00
aclocal
autoheader
automake --force-missing --add-missing
autoconf
2021-06-04 15:24:22 +00:00
}
build() {
2023-03-31 20:26:25 +00:00
./configure --prefix=/usr
make
2021-06-04 15:24:22 +00:00
}
package() {
2023-03-31 20:26:25 +00:00
make DESTDIR="$pkgdir" install
2021-06-04 15:24:22 +00:00
}
sha512sums="dc81e6ec756f9d040dd913e8f340be136d68619caa24bdec21364f94b4fc0ffcbcf21325c7fd53c9230d6d70a2856b45a32c5ca7f41ec76fa47298bf226d959e cuetools-1.4.1.tar.gz"