19 lines
446 B
Plaintext
19 lines
446 B
Plaintext
# Description: RDF / XML / N-Üçlülerini RDF üçlülerine ayrıştıran bir C kitaplığı
|
||
# URL: http://download.librdf.org/source/
|
||
# Packager: milisarge
|
||
# Depends on: expat libxml2 curl icu
|
||
|
||
name=raptor
|
||
version=2.0.15
|
||
release=1
|
||
|
||
source=(http://librdf.org/dist/source/raptor2-$version.tar.gz)
|
||
build() {
|
||
cd raptor2-$version
|
||
./configure --prefix=/usr \
|
||
--disable-static \
|
||
--with-icu-config=/usr/bin/icu-config
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|