summaryrefslogtreecommitdiffstats
path: root/extra/libcaptury/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-13 22:00:33 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-13 22:00:33 +0100
commit3df7df5636eebf01233d48378bdbdfc5996b6002 (patch)
treeb00494f0d910c2a795b2935e9d7bbcfe953adb6d /extra/libcaptury/Pkgfile
parentfcc86c9e0a19aabf076b2aa5f44343cab1c6074d (diff)
downloadnutyx-extra-3df7df5636eebf01233d48378bdbdfc5996b6002.tar.gz
nutyx-extra-3df7df5636eebf01233d48378bdbdfc5996b6002.tar.bz2
nutyx-extra-3df7df5636eebf01233d48378bdbdfc5996b6002.tar.xz
nutyx-extra-3df7df5636eebf01233d48378bdbdfc5996b6002.zip
libcaptury dans ouvert
Diffstat (limited to 'extra/libcaptury/Pkgfile')
-rw-r--r--extra/libcaptury/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/libcaptury/Pkgfile b/extra/libcaptury/Pkgfile
deleted file mode 100644
index ce97c22a1..000000000
--- a/extra/libcaptury/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: librairie de capture video
-# URL: http://gitorious.org/projects/libcaptury/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: capseo
-# Run on:
-
-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
-make DESTDIR=$PKG install
-}
-
-