# Template file for 'foomatic-db-nonfree' # Note: update the version= regularly like once/month. pkgname=foomatic-db-nonfree version=20200527 revision=1 archs=noarch create_wrksrc=yes build_style=gnu-configure hostmakedepends="tar" short_desc="OpenPrinting printer support - nonfree database" maintainer="Orphaned " license="nonfree" homepage="https://wiki.linuxfoundation.org/openprinting/database/foomatic" repository="nonfree" do_fetch() { $XBPS_FETCH_CMD https://www.openprinting.org/download/foomatic/$pkgname-current.tar.gz } do_extract() { tar xf ${XBPS_BUILDDIR}/${pkgname}-current.tar.gz \ --strip-components=1 -C ${wrksrc} }