mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
extra/libid3tag: new aport
This commit is contained in:
parent
4f690851a9
commit
87f8eb8ec3
27
extra/libid3tag/APKBUILD
Normal file
27
extra/libid3tag/APKBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
|
||||
pkgname=libid3tag
|
||||
pkgver=0.15.1b
|
||||
pkgrel=0
|
||||
pkgdesc="id3 tagger for mp3"
|
||||
url="http://www.underbit.com/products/mad/"
|
||||
license="GPL"
|
||||
depends="zlib"
|
||||
makedepends="uclibc++-dev zlib-dev"
|
||||
install=
|
||||
subpackages="$pkgname-dev"
|
||||
source="ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.1b.tar.gz"
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
}
|
||||
|
||||
md5sums="e5808ad997ba32c498803822078748c3 libid3tag-0.15.1b.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user