void-packages/srcpkgs/libwnck2/template
2011-11-17 17:38:12 +01:00

31 lines
898 B
Plaintext

# Template build file for 'libwnck2'.
pkgname=libwnck2
version=2.30.7
wrksrc=libwnck-${version}
distfiles="${GNOME_SITE}/libwnck/2.30/libwnck-$version.tar.bz2"
build_style=gnu-configure
revision=2
short_desc="Library for layout and rendering of text (GTK+2)"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org/"
license="LGPL-2.1"
checksum=8aabbe6c87b89b170dbd6e1577a89d248323da128fff0b3ab673010f0cd6156c
long_desc="
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.
This package is based in the GTK+2 Toolkit."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gobject-introspection
Add_dependency build startup-notification-devel
Add_dependency build libXres-devel
Add_dependency build gtk+-devel
post_install() {
rm -rf ${DESTDIR}/usr/bin
}