diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 20:27:06 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 20:27:06 +0100 |
commit | 13f460481c62fccc4b2e805cc484d9bca6f99884 (patch) | |
tree | 280858ef16413856c6cf4be314fe86509f6f7d32 /extra | |
parent | d51472fe571d2aa408d40a80be905bd0ef156c33 (diff) | |
download | nutyx-pakxe-13f460481c62fccc4b2e805cc484d9bca6f99884.tar.gz nutyx-pakxe-13f460481c62fccc4b2e805cc484d9bca6f99884.tar.bz2 nutyx-pakxe-13f460481c62fccc4b2e805cc484d9bca6f99884.tar.xz nutyx-pakxe-13f460481c62fccc4b2e805cc484d9bca6f99884.zip |
recordmydesktop, maj des dépendances
Diffstat (limited to 'extra')
-rw-r--r-- | extra/recordmydesktop/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/recordmydesktop/Pkgfile b/extra/recordmydesktop/Pkgfile index b87e84454..ca0e1f2da 100644 --- a/extra/recordmydesktop/Pkgfile +++ b/extra/recordmydesktop/Pkgfile @@ -1,12 +1,13 @@ -# Description: "Produces a OGG encapsulated Theora/Vorbis recording of your desktop" +# 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, zlib, libvorbis, libxdamage, libxext, libtheora, libsm +# Depends on: alsa-lib, libvorbis, libxdamage, libxext, libtheora, libsm + name=recordmydesktop version=0.3.8.1 release=1 -source=(http://downloads.sourceforge.net/project/recordmydesktop/recordmydesktop/0.3.8.1/recordmydesktop-0.3.8.1.tar.gz) +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) build() { cd $name-$version |