void-packages/srcpkgs/garcon/template
2011-01-17 01:18:17 +01:00

25 lines
920 B
Plaintext

# Template file for 'garcon'
pkgname=garcon
version=0.1.5
distfiles="http://archive.xfce.org/src/libs/$pkgname/0.1/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Glib/GIO freedesktop.org compliant menu implementation"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=7fba95705d25255b7f3993640388562a0bebae0afdd9537f8ce6623a23b340f5
long_desc="
This is garcon, a freedesktop.org compliant menu implementation based
on GLib and GIO. It was started as a complete rewrite of the former
Xfce menu library called libxfce4menu, which, in contrast to garcon,
was lacking menu merging features essential for loading menus modified
with menu editors."
conf_files="/etc/xdg/menus/xfce-applications.menu"
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build gettext
Add_dependency build intltool
Add_dependency build glib-devel