Added libnotify-0.4.5 template.

--HG--
extra : convert_revision : fbd3b8e2c7d2053fd0c6557367bad64142420bef
This commit is contained in:
Juan RP 2009-04-20 02:57:08 +02:00
parent b4911f3ea9
commit e8c59aae10
4 changed files with 39 additions and 0 deletions

1
templates/libnotify-devel Symbolic link
View file

@ -0,0 +1 @@
libnotify

View file

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

View file

@ -0,0 +1,18 @@
# Template file for 'libnotify-devel'.
#
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run libnotify
do_install()
{
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share
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
}

View file

@ -0,0 +1,18 @@
# Template file for 'libnotify'
pkgname=libnotify
sourcepkg=$pkgname
version=0.4.5
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="Desktop notification library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0799db8ea1500b65a477421a8c930cc8c8b0bbc0596e55ea1601e2542f3fb0d9
long_desc="
libnotify is an implementation of the freedesktop.org desktop
notification specification."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency full glibc
Add_dependency full dbus-glib
Add_dependency full gtk+