id3-py: New Port

pyid3: Deleted
This commit is contained in:
James Mills 2006-12-22 22:43:27 +10:00
parent df49a449ba
commit d22c15a956
3 changed files with 24 additions and 0 deletions

6
id3-py/.footprint Normal file
View File

@ -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

1
id3-py/.md5sum Normal file
View File

@ -0,0 +1 @@
de0bd6053dda674967dacb6492a90c69 id3-py_1.2.tar.gz

17
id3-py/Pkgfile Normal file
View File

@ -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
}