33 lines
933 B
Plaintext
33 lines
933 B
Plaintext
# Template file for 'libxfce4util'
|
|
pkgname=libxfce4util
|
|
version=4.10.0
|
|
revision=2
|
|
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.se.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$version.tar.bz2"
|
|
distfiles="http://archive.se.xfce.org/xfce/4.10/src/${pkgname}-${version}.tar.bz2"
|
|
checksum=0979fee12880bb5f011ab38d6c7cc9afe5fd68eb96ccda895cb56dbc16e7608e
|
|
long_desc="
|
|
This package includes basic utility non-GUI functions for Xfce4."
|
|
|
|
libxfce4util-devel_package() {
|
|
depends="libglib-devel libxfce4util>=${version}"
|
|
short_desc="${short_desc} - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|
|
|
|
libxfce4util_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|