1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
20 lines
723 B
Bash
20 lines
723 B
Bash
# Template file for 'mate-utils'
|
|
pkgname=mate-utils
|
|
version=1.8.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-gtk=2.0 --disable-static"
|
|
hostmakedepends="pkg-config intltool itstool glib-devel"
|
|
makedepends="gtk+-devel libSM-devel zlib-devel libcanberra-devel libgtop-devel libmate-panel-devel"
|
|
depends="desktop-file-utils"
|
|
short_desc="Common utilities for the MATE desktop"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://mate-desktop.org"
|
|
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
|
checksum=ce120efdd959198b3ed14c4d549c031e795b507cf609204757d34b68112dd328
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/include
|
|
rm -r ${DESTDIR}/usr/lib/pkgconfig
|
|
}
|