summaryrefslogtreecommitdiffstats
path: root/soprano/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /soprano/Pkgfile
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'soprano/Pkgfile')
-rwxr-xr-xsoprano/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/soprano/Pkgfile b/soprano/Pkgfile
new file mode 100755
index 000000000..de93f0239
--- /dev/null
+++ b/soprano/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Librairie audio pour KDE4
+# URL: http://soprano.sourceforge.net/
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: jdk, cmake, qt, clucene, redland, virtuoso, libiodbc, doxygen, libpostgresql, mysqlclient, unixodbc
+# Run on: qt,clucene,redland,virtuoso,libiodbc,doxygen,libpostgresql,mysqlclient,unixodbc
+
+name=soprano
+version=2.6.51
+release=1
+source=(http://downloads.sourceforge.net/$name/soprano-2.6.51.tar.bz2)
+
+build() {
+ source /etc/profile
+ cd $SRC
+ mkdir build
+ cd build
+
+ cmake ../$name-$version \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+ make DESTDIR=$PKG install
+}