recorder: dropped (no longer maintained by upstream)

This commit is contained in:
Bartlomiej Palmowski 2011-12-01 19:13:18 +01:00
parent 530567e053
commit 369abdd09e
3 changed files with 0 additions and 25 deletions

View File

@ -1,8 +0,0 @@
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

View File

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

View File

@ -1,16 +0,0 @@
# 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
}