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.
14 lines
590 B
Bash
14 lines
590 B
Bash
# Template file for 'gtklp'
|
|
pkgname=gtklp
|
|
version=1.3.1
|
|
revision=4
|
|
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
|
homepage="http://gtklp.sirtobi.com/"
|
|
license="GPL-2"
|
|
build_style="gnu-configure"
|
|
configure_args="--enable-ssl --with-cups-config=${XBPS_CROSS_BASE}/usr/bin/cups-config"
|
|
short_desc="Gtk frontend to cups - IPP support"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libressl-devel gtk+-devel cups-devel"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.src.tar.gz"
|
|
checksum="734f9b0edb4f01ffce1288553150966231253a5bf4bd76db739ee180a1f39fdb"
|