easytag: removed orphaned port

This commit is contained in:
Fredrik Rinnestam 2013-05-06 21:00:23 +02:00
parent 8dd5d65313
commit 6a72b147ae
3 changed files with 0 additions and 25 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/easytag
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/easytag.1.gz

View File

@ -1 +0,0 @@
a585cb9e400ba460ec1801856ea5e90f easytag-2.1.tar.bz2

View File

@ -1,18 +0,0 @@
# Description: Tag editor for MP3 etc.
# URL: http://easytag.sf.net/
# Maintainer: Antti Nykanen, aon at iki dot fi
# Depends on: gtk, id3lib
# Nice to have: libogg, libvorbis, flac
name=easytag
version=2.1
release=1
source=(http://dl.sf.net/easytag/easytag-$version.tar.bz2)
build() {
cd easytag-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}