diff options
author | Antti Nykanen <aon@iki.fi> | 2007-04-03 13:50:15 +0300 |
---|---|---|
committer | Antti Nykanen <aon@iki.fi> | 2007-04-03 13:50:15 +0300 |
commit | 6be95bfb9be96519142a0d9492e97c634b84304c (patch) | |
tree | c1ed0f62f369ab4bc63b18ffa86203cd92153f4e /easytag | |
parent | 4e29f1d9f2eeb47f46b138547f03aaaefdee0ae0 (diff) | |
download | contrib-6be95bfb9be96519142a0d9492e97c634b84304c.tar.gz contrib-6be95bfb9be96519142a0d9492e97c634b84304c.tar.xz |
easytag, mktorrent: new ports
Diffstat (limited to 'easytag')
-rw-r--r-- | easytag/.footprint | 6 | ||||
-rw-r--r-- | easytag/.md5sum | 1 | ||||
-rw-r--r-- | easytag/Pkgfile | 18 |
3 files changed, 25 insertions, 0 deletions
diff --git a/easytag/.footprint b/easytag/.footprint new file mode 100644 index 000000000..3f1c7bec2 --- /dev/null +++ b/easytag/.footprint @@ -0,0 +1,6 @@ +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 diff --git a/easytag/.md5sum b/easytag/.md5sum new file mode 100644 index 000000000..7151d718c --- /dev/null +++ b/easytag/.md5sum @@ -0,0 +1 @@ +af37a0a34e4d0808aabb7a24cffc75ee easytag-2.0.tar.bz2 diff --git a/easytag/Pkgfile b/easytag/Pkgfile new file mode 100644 index 000000000..42b6b3f33 --- /dev/null +++ b/easytag/Pkgfile @@ -0,0 +1,18 @@ +# Description: Tag editor for MP3 etc. +# URL: http://easytag.sf.net/ +# Maintainer: Antti Nykänen, aon at iki dot fi +# Depends on: gtk, id3lib +# Nice to have: libogg, libvorbis, flac + +name=easytag +version=2.0 +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 +} |