diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 18:29:40 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 18:29:40 +0100 |
commit | 111388e50a94c7f08cde9db501b58073b5a2412c (patch) | |
tree | 922f5fe1788743ddb3a9da3d7f53c095a5b81d9b /extra/recordmydesktop/Pkgfile | |
parent | a946872b729a54f038a488d80475970eb1f86bab (diff) | |
parent | eeaacc38c604d806de49c4f8390d3f7bbb11e5f7 (diff) | |
download | nutyx-pakxe-111388e50a94c7f08cde9db501b58073b5a2412c.tar.gz nutyx-pakxe-111388e50a94c7f08cde9db501b58073b5a2412c.tar.bz2 nutyx-pakxe-111388e50a94c7f08cde9db501b58073b5a2412c.tar.xz nutyx-pakxe-111388e50a94c7f08cde9db501b58073b5a2412c.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
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 -} - - - |