diff options
author | tnut <tnut at nutyx dot com> | 2011-07-31 13:58:00 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-31 13:58:00 +0200 |
commit | 95be4d40f008453f73edec0ef75cb8c09febc499 (patch) | |
tree | b8f26933b9b4795ac137fb5bc368f37907b3a7f9 | |
parent | 19f8419ac5fa616de56b6475ac72b24828594740 (diff) | |
download | nutyx-extra-95be4d40f008453f73edec0ef75cb8c09febc499.tar.gz nutyx-extra-95be4d40f008453f73edec0ef75cb8c09febc499.tar.bz2 nutyx-extra-95be4d40f008453f73edec0ef75cb8c09febc499.tar.xz nutyx-extra-95be4d40f008453f73edec0ef75cb8c09febc499.zip |
redland, maj 1.0.12-1
-rwxr-xr-x | kde/redland/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kde/redland/Pkgfile b/kde/redland/Pkgfile index 62c97d08b..f4138af60 100755 --- a/kde/redland/Pkgfile +++ b/kde/redland/Pkgfile @@ -7,7 +7,7 @@ name=redland version=1.0.12 -release=3 +release=1 source=(http://download.librdf.org/source/$name-$version.tar.gz) build() { @@ -19,7 +19,8 @@ build() { --sysconfdir=/etc \ --with-raptor=system \ --with-rasqual=system \ - --with-sqlite=3 + --with-sqlite=3 + make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc |