pymp: New port.

This commit is contained in:
Victor Martinez 2008-10-24 08:05:37 +02:00
parent 131c6f6d3e
commit 293f52808f
3 changed files with 33 additions and 0 deletions

15
pymp/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pymp
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pymp/
-rwxr-xr-x root/root usr/lib/pymp/control.pyc
-rwxr-xr-x root/root usr/lib/pymp/menu.pyc
-rwxr-xr-x root/root usr/lib/pymp/mplayer.pyc
-rwxr-xr-x root/root usr/lib/pymp/playlist.pyc
-rwxr-xr-x root/root usr/lib/pymp/prefs.pyc
-rwxr-xr-x root/root usr/lib/pymp/pymp.pyc
-rwxr-xr-x root/root usr/lib/pymp/remote.pyc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/pymp.png

1
pymp/.md5sum Normal file
View File

@ -0,0 +1 @@
beeaff68a195dd8d047cbd4acc020c54 pymp-1.0.tar.bz2

17
pymp/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org
# Description: A simple media player written in Python.
# URL: http://jaydolan.com/pymp.html
# Packager: Jay Dolan, jdolan at jdolan dot dyndns dot org
# Maintainer: Victor Martinez, pitillo at ono dot com
# Depends on: pygtk mplayer
name=pymp
version=1.0
release=1
source=(http://jdolan.dyndns.org/jaydolan/files/$name-$version.tar.bz2)
build(){
cd $name-$version
make
make DESTDIR=$PKG PREFIX=/usr install
}