summaryrefslogtreecommitdiffstats
path: root/kde/soprano/Pkgfile
diff options
context:
space:
mode:
authorSibelle <lesibel@free.fr>2011-06-23 12:59:43 +0200
committerSibelle <lesibel@free.fr>2011-06-23 12:59:43 +0200
commit2179f4938b42d5e17887affc4b4f950907e400e3 (patch)
tree48bfeb50c85f0ec0b171822541701da810d3c448 /kde/soprano/Pkgfile
parent1348ef7e75700e59b1d4cfe07b745094bdeede37 (diff)
downloadnutyx-pakxe-2179f4938b42d5e17887affc4b4f950907e400e3.tar.gz
nutyx-pakxe-2179f4938b42d5e17887affc4b4f950907e400e3.tar.bz2
nutyx-pakxe-2179f4938b42d5e17887affc4b4f950907e400e3.tar.xz
nutyx-pakxe-2179f4938b42d5e17887affc4b4f950907e400e3.zip
sopran 2.6.0-6 supp partie serveur
Diffstat (limited to 'kde/soprano/Pkgfile')
-rwxr-xr-xkde/soprano/Pkgfile28
1 files changed, 14 insertions, 14 deletions
diff --git a/kde/soprano/Pkgfile b/kde/soprano/Pkgfile
index 2788470c2..a356f2f90 100755
--- a/kde/soprano/Pkgfile
+++ b/kde/soprano/Pkgfile
@@ -7,13 +7,13 @@
name=soprano
version=2.6.0
-release=5
+release=6
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
- source /etc/blfs-bootscripts
- wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
- tar xvf $scripts-$scriptsversion.tar.bz2
+# source /etc/blfs-bootscripts
+# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
+# tar xvf $scripts-$scriptsversion.tar.bz2
source /etc/profile
cd $SRC
@@ -27,20 +27,20 @@ build() {
make
make DESTDIR=$PKG install
- cd ../$scripts-$scriptsversion
- make DESTDIR=$PKG install-soprano
+# cd ../$scripts-$scriptsversion
+# make DESTDIR=$PKG install-soprano
- install -m755 -d $PKG/srv/soprano
+# install -m755 -d $PKG/srv/soprano
- mkdir -p $PKG/etc/sysconfig
- mkdir -p $PKG/etc/rc.d/init.d
+# mkdir -p $PKG/etc/sysconfig
+# mkdir -p $PKG/etc/rc.d/init.d
-cat > $PKG/etc/sysconfig/soprano << "EOF"
+#cat > $PKG/etc/sysconfig/soprano << "EOF"
## Begin /etc/sysconfig/soprano
-SOPRANO_STORAGE="/srv/soprano"
-SOPRANO_BACKEND="virtuosobackend" # virtuoso, sesame2, redland
-SOPRANO_OPTIONS="--with-index" # using CLucene index
+#SOPRANO_STORAGE="/srv/soprano"
+#SOPRANO_BACKEND="virtuosobackend" # virtuoso, sesame2, redland
+#SOPRANO_OPTIONS="--with-index" # using CLucene index
##SOPRANO_OPTIONS="$SOPRANO_OPTIONS --port 4711" # Default port is 5000
## End /etc/sysconfig/soprano
-EOF
+#EOF
}