summaryrefslogtreecommitdiffstats
path: root/extra/recordmydesktop/Pkgfile
blob: ca0e1f2da4380899d13b3803511f0aef8d4511fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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, libxdamage, libxext, libtheora, libsm

name=recordmydesktop
version=0.3.8.1
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
        ./configure --prefix=/usr
        make
        make DESTDIR=$PKG install
}