diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-13 22:00:33 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-13 22:00:33 +0100 |
commit | 3df7df5636eebf01233d48378bdbdfc5996b6002 (patch) | |
tree | b00494f0d910c2a795b2935e9d7bbcfe953adb6d /extra/libcaptury/Pkgfile | |
parent | fcc86c9e0a19aabf076b2aa5f44343cab1c6074d (diff) | |
download | nutyx-pakxe-3df7df5636eebf01233d48378bdbdfc5996b6002.tar.gz nutyx-pakxe-3df7df5636eebf01233d48378bdbdfc5996b6002.tar.bz2 nutyx-pakxe-3df7df5636eebf01233d48378bdbdfc5996b6002.tar.xz nutyx-pakxe-3df7df5636eebf01233d48378bdbdfc5996b6002.zip |
libcaptury dans ouvert
Diffstat (limited to 'extra/libcaptury/Pkgfile')
-rw-r--r-- | extra/libcaptury/Pkgfile | 21 |
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 -} - - |