diff --git a/id3-py/.footprint b/id3-py/.footprint new file mode 100644 index 000000000..b9451d3f4 --- /dev/null +++ b/id3-py/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python2.4/ +drwxr-xr-x root/root usr/lib/python2.4/site-packages/ +-rw-r--r-- root/root usr/lib/python2.4/site-packages/ID3.py +-rw-r--r-- root/root usr/lib/python2.4/site-packages/ID3.pyc diff --git a/id3-py/.md5sum b/id3-py/.md5sum new file mode 100644 index 000000000..10c1ae5f5 --- /dev/null +++ b/id3-py/.md5sum @@ -0,0 +1 @@ +de0bd6053dda674967dacb6492a90c69 id3-py_1.2.tar.gz diff --git a/id3-py/Pkgfile b/id3-py/Pkgfile new file mode 100644 index 000000000..1f4c77107 --- /dev/null +++ b/id3-py/Pkgfile @@ -0,0 +1,17 @@ +# Description: ID3 Tagging in Python +# URL: http://id3-py.sourceforge.net/ +# Maintainer: James Mills prologic at shortcircuit dot net dot au +# Packager: James Mills prologic at shortcircuit dot net dot au +# +# Depends on: python + +name=id3-py +version=1.2 +release=1 +source=(http://dl.sourceforge.net/sourceforge/$name/$name\_$version.tar.gz) + +build() { + cd $name-$version + python setup.py install --root=$PKG + chown -R root:root $PKG +}