30 lines
755 B
Plaintext
30 lines
755 B
Plaintext
# Template file for 'libxfce4util'
|
|
pkgname=libxfce4util
|
|
version=4.10.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="libglib-devel"
|
|
short_desc="Utility library for the Xfce4 desktop environment"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://xfce.org"
|
|
distfiles="http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$version.tar.bz2"
|
|
checksum=e82cd1ad715c02a385b3cf6646cb89aa3c4724446dac1d7e424971df12f6cfbb
|
|
|
|
libxfce4util-devel_package() {
|
|
depends="libglib-devel libxfce4util>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|
|
|
|
libxfce4util_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|