summaryrefslogtreecommitdiffstats
path: root/extra/libcaptury/Pkgfile
blob: 80a8435172924d66e57350ffc2fd10ccf24f6406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: librairie de capture video
# URL: http://gitorious.org/projects/libcaptury/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: capseo

name=libcaptury
version=158
release=1
source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.bz2)

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