summaryrefslogtreecommitdiffstats
path: root/kde/soprano/Pkgfile
diff options
context:
space:
mode:
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
}