void-packages/srcpkgs/mate-utils/template

21 lines
726 B
Bash
Raw Normal View History

2014-09-01 16:54:00 +02:00
# Template file for 'mate-utils'
pkgname=mate-utils
2015-03-15 08:52:28 +01:00
version=1.8.2
revision=1
2014-09-01 16:54:00 +02:00
build_style=gnu-configure
configure_args="--with-gtk=2.0 --disable-static"
2014-09-30 07:08:49 +02:00
hostmakedepends="pkg-config intltool itstool glib-devel"
makedepends="gtk+-devel libSM-devel zlib-devel libcanberra-devel libgtop-devel libmate-panel-devel"
2014-09-01 16:54:00 +02:00
depends="desktop-file-utils"
short_desc="Common utilities for the MATE desktop"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-09-01 16:54:00 +02:00
license="GPL-2"
homepage="http://mate-desktop.org"
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
2015-03-15 08:52:28 +01:00
checksum=ce120efdd959198b3ed14c4d549c031e795b507cf609204757d34b68112dd328
2014-09-01 16:54:00 +02:00
post_install() {
rm -r ${DESTDIR}/usr/include
rm -r ${DESTDIR}/usr/lib/pkgconfig
}