diff options
Diffstat (limited to 'extra/recordmydesktop')
-rw-r--r-- | extra/recordmydesktop/.footprint.i686 | 7 | ||||
-rw-r--r-- | extra/recordmydesktop/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | extra/recordmydesktop/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/recordmydesktop/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/recordmydesktop/Pkgfile | 23 |
5 files changed, 0 insertions, 39 deletions
diff --git a/extra/recordmydesktop/.footprint.i686 b/extra/recordmydesktop/.footprint.i686 deleted file mode 100644 index a1ea7475c..000000000 --- a/extra/recordmydesktop/.footprint.i686 +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/recordmydesktop -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/recordmydesktop.1.gz diff --git a/extra/recordmydesktop/.footprint.x86_64 b/extra/recordmydesktop/.footprint.x86_64 deleted file mode 100644 index a1ea7475c..000000000 --- a/extra/recordmydesktop/.footprint.x86_64 +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/recordmydesktop -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/recordmydesktop.1.gz diff --git a/extra/recordmydesktop/.md5sum.i686 b/extra/recordmydesktop/.md5sum.i686 deleted file mode 100644 index 80add7698..000000000 --- a/extra/recordmydesktop/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -6998b165540598965499bd99d8aa0eef recordmydesktop-0.3.8.1.tar.gz diff --git a/extra/recordmydesktop/.md5sum.x86_64 b/extra/recordmydesktop/.md5sum.x86_64 deleted file mode 100644 index 80add7698..000000000 --- a/extra/recordmydesktop/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -6998b165540598965499bd99d8aa0eef recordmydesktop-0.3.8.1.tar.gz diff --git a/extra/recordmydesktop/Pkgfile b/extra/recordmydesktop/Pkgfile deleted file mode 100644 index 0d12dd942..000000000 --- a/extra/recordmydesktop/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Enrégistreur OGG encapsulé Theora/Vorbis de votre bureau -# URL: http://recordmydesktop.sourceforge.net -# Maintainer: NuTyX core team -# Packager: fanch -# Depends on: alsa-lib, libvorbis, xorg-libxdamage, xorg-libxext, libtheora, xorg-libsm -# Run on: alsa-lib,libvorbis,xorg-libxdamage,xorg-libxext,libtheora,xorg-libsm - -name=recordmydesktop -version=0.3.8.1 -release=2 -source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr - sed -i "s/shmstr.h/shmproto.h/" src/rmd_getzpixmap.c - sed -i "s/shmstr.h/shmproto.h/" src/rmd_update_image.c - make - make DESTDIR=$PKG install -} - - - |