summaryrefslogtreecommitdiff
path: root/easytag
diff options
context:
space:
mode:
authorAntti Nykanen <aon@iki.fi>2007-04-03 13:50:15 +0300
committerAntti Nykanen <aon@iki.fi>2007-04-03 13:50:15 +0300
commit6be95bfb9be96519142a0d9492e97c634b84304c (patch)
treec1ed0f62f369ab4bc63b18ffa86203cd92153f4e /easytag
parent4e29f1d9f2eeb47f46b138547f03aaaefdee0ae0 (diff)
downloadcontrib-6be95bfb9be96519142a0d9492e97c634b84304c.tar.gz
contrib-6be95bfb9be96519142a0d9492e97c634b84304c.tar.xz
easytag, mktorrent: new ports
Diffstat (limited to 'easytag')
-rw-r--r--easytag/.footprint6
-rw-r--r--easytag/.md5sum1
-rw-r--r--easytag/Pkgfile18
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
+}

Generated by cgit