diff options
-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 |