recorder: new port

This commit is contained in:
Bartlomiej Palmowski 2009-10-02 22:41:36 +02:00
parent ca50158cc4
commit d83134eda8
3 changed files with 25 additions and 0 deletions

8
recorder/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/recorder
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/recorder.desktop
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/recorder.png

1
recorder/.md5sum Normal file
View File

@ -0,0 +1 @@
a56caebad5ae3c1121a5b458abadf415 recorder-1.4.5.tar.bz2

16
recorder/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: simple GTK+ disc burner
# URL: http://code.google.com/p/recorder/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: pygtk
# Nice2Have: stuff for burning discs (cdrkit, dvd+rw-tools, etc.)
name=recorder
version=1.4.5
release=1
source=(http://$name.googlecode.com/files/$name-$version.tar.bz2)
build() {
cd $name-$version
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}