vp-build/templates/libnotify/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

18 lines
584 B
Plaintext

# Template file for 'libnotify'
pkgname=libnotify
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+