Added rarian-0.8.1 build template.

--HG--
extra : convert_revision : dc8e55a80e9fd23a067ba41b44f593f3973a8bfa
This commit is contained in:
Juan RP 2010-04-11 16:54:49 +02:00
parent 02cec7fca2
commit a705da1303
5 changed files with 46 additions and 0 deletions

1
srcpkgs/rarian-devel Symbolic link
View File

@ -0,0 +1 @@
rarian

2
srcpkgs/rarian/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=">=0.8.1"
api_depends="${abi_depends}"

View File

@ -0,0 +1,15 @@
# Template file for 'rarian-devel'.
#
short_desc="${sourcepkg} (development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.{a,so} ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
}

27
srcpkgs/rarian/template Normal file
View File

@ -0,0 +1,27 @@
# Template file for 'rarian'
pkgname=rarian
version=0.8.1
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--localstatedir=/var"
short_desc="Documentation metadata library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577
long_desc="
Rarian is a documentation metadata library based on the proposed
Freedesktop.org spec."
subpackages="rarian-devel"
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run bash
Add_dependency build libstdc++-devel
Add_dependency build pkg-config
Add_dependency build libxslt
post_install()
{
touch -f ${DESTDIR}/var/lib/rarian/.empty_on_purpose
}

View File

@ -521,3 +521,4 @@ libgnomekbdui.so libgnomekbd libgnomekbd-devel
libcanberra.so libcanberra libcanberra-devel
libcanberra-gtk.so libcanberra libcanberra-devel
libgtop-2.0.so libgtop libgtop-devel
librarian.so rarian rarian-devel