diff options
Diffstat (limited to 'extra/recordmydesktop/Pkgfile')
-rw-r--r-- | extra/recordmydesktop/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
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 -} - - - |