diff options
author | sibel <lesibel@free.fr> | 2011-03-18 18:54:46 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-18 18:54:46 +0100 |
commit | cdc7512812b25f90af1f0f17a0b33a199b9892f9 (patch) | |
tree | 0b3699cd10a8387bbcc1e745fe5da7d8c3b21ce4 /kde/raptor/Pkgfile | |
parent | 403b2adf554c33a5ed1d9b5b9ee136a9214f1239 (diff) | |
download | nutyx-extra-cdc7512812b25f90af1f0f17a0b33a199b9892f9.tar.gz nutyx-extra-cdc7512812b25f90af1f0f17a0b33a199b9892f9.tar.bz2 nutyx-extra-cdc7512812b25f90af1f0f17a0b33a199b9892f9.tar.xz nutyx-extra-cdc7512812b25f90af1f0f17a0b33a199b9892f9.zip |
rasqal maj 0.9.20-1
Diffstat (limited to 'kde/raptor/Pkgfile')
-rwxr-xr-x | kde/raptor/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde/raptor/Pkgfile b/kde/raptor/Pkgfile index a162cc3d3..da02cf3b6 100755 --- a/kde/raptor/Pkgfile +++ b/kde/raptor/Pkgfile @@ -7,11 +7,11 @@ name=raptor version=1.4.21 -release=2 -source=(http://download.librdf.org/source/$name-$version.tar.gz) +release=1 +source=(http://download.librdf.org/source/raptor-$version.tar.gz) build() { - cd $name-$version + cd raptor-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static |