summaryrefslogtreecommitdiffstats
path: root/test/vigra/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-19 18:29:59 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-19 18:29:59 +0100
commit13649d120231a74b6bc8a0cc51ba9e3254cea7d6 (patch)
tree1a83bfe8170c1c9283f3d73d704156dc89cd8ff3 /test/vigra/Pkgfile
parentaa8dbf45cd553b0f62c62c5c5fb4d51d17f03304 (diff)
downloadnutyx-pakxe-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.gz
nutyx-pakxe-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.bz2
nutyx-pakxe-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.xz
nutyx-pakxe-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.zip
suppression du dossier test
Diffstat (limited to 'test/vigra/Pkgfile')
-rw-r--r--test/vigra/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/vigra/Pkgfile b/test/vigra/Pkgfile
deleted file mode 100644
index ed8c3e2dd..000000000
--- a/test/vigra/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: Computer vision library
-# URL: http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: libpng, libtiff, gcc-libs, sh
-
-name=vigra
-version=1.6.0
-release=1
-source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/$name$version.tar.gz
- libpng-1.4.patch)
-
-build() {
- cd $name$version
- ./configure --prefix=/usr \
- --disable-static
- make
- make prefix=$PKG/usr install-exec
- make prefix=$PKG/usr install-includes
- make prefix=$PKG/usr/share install-docs
-
- install -D -m644 LICENSE.txt $PKG/usr/share/licenses/$name/LICENSE
-}
-