diff --git a/srcpkgs/foomatic-db/template b/srcpkgs/foomatic-db/template index 6b7dbbb7d10..6c0d283430e 100644 --- a/srcpkgs/foomatic-db/template +++ b/srcpkgs/foomatic-db/template @@ -1,12 +1,20 @@ # Template file for 'foomatic-db' +# Note: update the version= regularly like once/month. pkgname=foomatic-db -version=20180113 +version=20180118 revision=1 noarch=yes build_style=gnu-configure +ceeate_wrksrc=yes short_desc="OpenPrinting printer support - database" homepage="https://wiki.linuxfoundation.org/openprinting/database/foomatic" license="GPL-2, MIT" maintainer="Juan RP " -distfiles="https://www.openprinting.org/download/foomatic/$pkgname-4.0-$version.tar.gz" -checksum=b4aea2eb1e5869e858b71f94e4fe6a957e8b4f606660a54a29938458f3e67552 + +do_fetch() { + $XBPS_FETCH_CMD https://www.openprinting.org/download/foomatic/$pkgname-4.0-current.tar.gz +} +do_extract() { + tar xf ${XBPS_BUILDDIR}/${pkgname}-4.0-current.tar.gz \ + --strip-components=1 -C ${wrksrc} +}