forked from ports/contrib
pymp: New port.
This commit is contained in:
parent
131c6f6d3e
commit
293f52808f
15
pymp/.footprint
Normal file
15
pymp/.footprint
Normal 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
1
pymp/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
beeaff68a195dd8d047cbd4acc020c54 pymp-1.0.tar.bz2
|
17
pymp/Pkgfile
Normal file
17
pymp/Pkgfile
Normal 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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user