contrib/tagtool/Pkgfile

26 lines
647 B
Plaintext
Raw Normal View History

2007-03-08 09:05:37 +01:00
# Description: Tag Tool is a program to manage the information fields in MP3 and Ogg Vorbis files.
2010-04-04 08:35:48 +02:00
# URL: http://tagtool.sourceforge.net/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2007-03-08 09:05:37 +01:00
# Packager: Till Biedermann, tillbiedermann at yahoo dot de
# Depends on: libglade id3lib libvorbis p5-xml-parser
2007-03-08 09:05:37 +01:00
name=tagtool
version=0.12.3
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2
tagtool-DSOLink.patch)
2007-03-08 09:05:37 +01:00
build() {
2010-04-04 08:35:48 +02:00
cd $name-$version
2007-03-08 09:05:37 +01:00
patch -p1 -i $SRC/tagtool-DSOLink.patch
2007-03-08 09:05:37 +01:00
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}