New package: resynthesizer-2.0.3
This commit is contained in:
parent
1b2fbb32d0
commit
14229cea61
1 changed files with 24 additions and 0 deletions
24
srcpkgs/resynthesizer/template
Normal file
24
srcpkgs/resynthesizer/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'resynthesizer'
|
||||
pkgname=resynthesizer
|
||||
version=2.0.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake intltool pkg-config"
|
||||
makedepends="gimp-devel glib-devel gettext-devel"
|
||||
depends="gimp-python"
|
||||
short_desc="Suite of gimp plugins for texture healing and synthesis"
|
||||
maintainer="CoolOhm <micvlas@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/bootchk/resynthesizer"
|
||||
distfiles="https://github.com/bootchk/resynthesizer/archive/v${version}.tar.gz"
|
||||
checksum=798678095c34b101c880eb350b31e9a6ff9748707d6ad9063cdee26c38016450
|
||||
|
||||
if [ "$CROSS_BUILD" ];then
|
||||
hostmakedepends+=" glib-devel gettext-devel"
|
||||
AUTOGEN_CONFIGURE_ARGS+=" --host=${XBPS_MACHINE} --build=${XBPS_CROSS_TRIPLET}"
|
||||
fi
|
||||
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh ${AUTOGEN_CONFIGURE_ARGS}
|
||||
}
|
Loading…
Reference in a new issue