summaryrefslogtreecommitdiff
path: root/tagtool/Pkgfile
blob: cdb4a9bc952d3be97e5eb8ddb51b0b99b2191394 (plain)
    1 # Description: Tag Tool is a program to manage the information fields in MP3 and Ogg Vorbis files.
    2 # URL: http://pwp.netcabo.pt/paol/tagtool/
    3 # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
    4 # Packager: Till Biedermann, tillbiedermann at yahoo dot de
    5 # Depends on: libglade id3lib libvorbis
    6 
    7 name=tagtool
    8 version=0.12.3
    9 release=1
   10 source=(http://dl.sourceforge.net/sourceforge/tagtool/tagtool-$version.tar.bz2)
   11 
   12 build() {
   13 	cd tagtool-$version
   14 
   15 	./configure \
   16 		--prefix=/usr \
   17 		--disable-nls
   18 
   19 	make
   20 	make DESTDIR=$PKG install
   21 	rm -r $PKG/usr/share/locale
   22 }

Generated by cgit