mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
New package: id3v2-0.1.12
This commit is contained in:
parent
306876986e
commit
08572f44a4
1 changed files with 25 additions and 0 deletions
25
srcpkgs/id3v2/template
Normal file
25
srcpkgs/id3v2/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'id3v2'
|
||||||
|
pkgname=id3v2
|
||||||
|
version=0.1.12
|
||||||
|
revision=1
|
||||||
|
makedepends="id3lib-devel zlib"
|
||||||
|
short_desc="A command line editor for id3v2 tags"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="http://id3v2.sourceforge.net/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=8105fad3189dbb0e4cb381862b4fa18744233c3bbe6def6f81ff64f5101722bf
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/-lz -lid3/-lid3 -lz/' ${wrksrc}/Makefile
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make clean
|
||||||
|
make ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin id3v2
|
||||||
|
vman id3v2.1
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue