New package: mp3info-0.8.5a
This commit is contained in:
parent
d937d2e43f
commit
b1b9179fa4
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'mp3info'
|
||||
pkgname=mp3info
|
||||
version=0.8.5a
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtk+-devel ncurses-devel"
|
||||
short_desc="utility used to read and modify the ID3 tags of MP3 files"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="GPL-2"
|
||||
homepage="http://ibiblio.org/mp3info/"
|
||||
distfiles="ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/$pkgname/mp3info-${version}.tgz"
|
||||
checksum=0438ac68e9f04947fb14ca5573d27c62454cb9db3a93b7f1d2c226cd3e0b4e10
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
vmkdir usr/share/man/man1
|
||||
|
||||
make prefix=${DESTDIR}/usr mandir=${DESTDIR}/usr/share/man/man1 install
|
||||
}
|
Loading…
Reference in New Issue