2009-04-20 01:05:32 +00:00
|
|
|
# Template file for 'exo'
|
|
|
|
pkgname=exo
|
2012-12-27 13:28:42 +00:00
|
|
|
version=0.10.2
|
2012-12-03 19:51:46 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-11-08 15:56:59 +00:00
|
|
|
configure_args="--disable-static"
|
2013-04-12 08:23:11 +00:00
|
|
|
makedepends="pkg-config intltool gtk+-devel libxfce4util-devel libxfce4ui-devel perl-URI"
|
2009-04-20 01:05:32 +00:00
|
|
|
short_desc="Application library for the Xfce desktop environment"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-04-19 14:43:20 +00:00
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-10-11 07:37:46 +00:00
|
|
|
homepage="http://xfce.org"
|
2013-04-15 20:58:41 +00:00
|
|
|
distfiles="http://archive.se.xfce.org/src/xfce/exo/0.10/exo-${version}.tar.bz2"
|
2012-12-27 13:28:42 +00:00
|
|
|
checksum=b385828bf8a38204da3254b57fdfa25a72694495aa189fabd5040f707eec76ce
|
2009-04-20 01:05:32 +00:00
|
|
|
|
2013-04-12 08:23:11 +00:00
|
|
|
exo-devel_package() {
|
|
|
|
depends="gtk+-devel libxfce4util-devel exo-${version}_${revision}"
|
|
|
|
short_desc="${short_desc} - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/bin/exo-csource
|
|
|
|
vmove usr/share/man/man1/exo-csource.1
|
|
|
|
vmove "usr/share/*doc"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
exo_package() {
|
|
|
|
depends="hicolor-icon-theme desktop-file-utils perl-URI"
|
|
|
|
conf_files="/etc/xdg/xfce4/helpers.rc"
|
|
|
|
pkg_install() {
|
|
|
|
vmove etc
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|