diff --git a/recorder/.footprint b/recorder/.footprint deleted file mode 100644 index 00a66532e..000000000 --- a/recorder/.footprint +++ /dev/null @@ -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 diff --git a/recorder/.md5sum b/recorder/.md5sum deleted file mode 100644 index b364b6087..000000000 --- a/recorder/.md5sum +++ /dev/null @@ -1 +0,0 @@ -a56caebad5ae3c1121a5b458abadf415 recorder-1.4.5.tar.bz2 diff --git a/recorder/Pkgfile b/recorder/Pkgfile deleted file mode 100644 index 902c2751f..000000000 --- a/recorder/Pkgfile +++ /dev/null @@ -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 -}