tagtool: new port

This commit is contained in:
Danny Rawlins 2007-03-08 19:05:37 +11:00
parent ae0156fa4d
commit 4518fe39aa
3 changed files with 56 additions and 0 deletions

32
tagtool/.footprint Normal file
View File

@ -0,0 +1,32 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tagtool
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/tagtool.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/TagTool.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/TagTool.svg
drwxr-xr-x root/root usr/share/tagtool/
-rw-r--r-- root/root usr/share/tagtool/TagTool.png
-rw-r--r-- root/root usr/share/tagtool/edit.png
-rw-r--r-- root/root usr/share/tagtool/fail.png
-rw-r--r-- root/root usr/share/tagtool/file.png
-rw-r--r-- root/root usr/share/tagtool/folder.png
-rw-r--r-- root/root usr/share/tagtool/graydot.png
-rw-r--r-- root/root usr/share/tagtool/greendot.png
-rw-r--r-- root/root usr/share/tagtool/info.png
-rw-r--r-- root/root usr/share/tagtool/ok.png
-rw-r--r-- root/root usr/share/tagtool/preferences.dtd
-rw-r--r-- root/root usr/share/tagtool/tab_clear.png
-rw-r--r-- root/root usr/share/tagtool/tab_edit.png
-rw-r--r-- root/root usr/share/tagtool/tab_playlist.png
-rw-r--r-- root/root usr/share/tagtool/tab_rename.png
-rw-r--r-- root/root usr/share/tagtool/tab_tag.png
-rw-r--r-- root/root usr/share/tagtool/tagtool.glade
-rw-r--r-- root/root usr/share/tagtool/warn.png

1
tagtool/.md5sum Normal file
View File

@ -0,0 +1 @@
447b3a505fee68a82f25dcda9377b676 tagtool-0.12.3.tar.bz2

23
tagtool/Pkgfile Normal file
View File

@ -0,0 +1,23 @@
# Description: Tag Tool is a program to manage the information fields in MP3 and Ogg Vorbis files.
# URL: http://pwp.netcabo.pt/paol/tagtool/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Till Biedermann, tillbiedermann at yahoo dot de
# Depends on: libglade id3lib libvorbis
name=tagtool
version=0.12.3
release=1
source=(http://dl.sourceforge.net/sourceforge/tagtool/tagtool-$version.tar.bz2)
build() {
cd tagtool-$version
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}