Added exo-0.3.101 template.

--HG--
extra : convert_revision : f643a672712e6f0684ed3115a14827d4a03d59e4
This commit is contained in:
Juan RP 2009-04-20 03:05:32 +02:00
parent e8c59aae10
commit a01d6b972f
4 changed files with 54 additions and 0 deletions

1
templates/exo-devel Symbolic link
View File

@ -0,0 +1 @@
exo

2
templates/exo/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=0.3.101
api_depends=${abi_depends}

View File

@ -0,0 +1,22 @@
# Template file for 'exo-devel'.
#
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run exo
do_install()
{
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share/man/man1
mkdir -p ${DESTDIR}/usr/bin
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
mv ${SRCPKGDESTDIR}/usr/bin/exo-csource ${DESTDIR}/usr/bin
mv ${SRCPKGDESTDIR}/usr/share/man/man1/exo-csource.1 \
${DESTDIR}/usr/share/man/man1
}

29
templates/exo/template Normal file
View File

@ -0,0 +1,29 @@
# Template file for 'exo'
pkgname=exo
sourcepkg=$pkgname
version=0.3.101
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/exo-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-python --enable-xsltproc"
short_desc="Application library for the Xfce desktop environment"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0016f6ff0d1d22ed42fb5c9bcecc5559a62572781446fdfd1444786b5d33e324
long_desc="
Extension library for Xfce, targeted at application development."
conf_files="/etc/xdg/xfce4/helpers.rc"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
triggers="gtk-icon-cache"
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build perl-URI
Add_dependency build libxslt
Add_dependency full glibc
Add_dependency full glib
Add_dependency full gtk+
Add_dependency full libxfce4util
Add_dependency full hal
Add_dependency full libnotify
Add_dependency full hicolor-icon-theme