gifsicle: use pre-generated tarball, build gifview

This commit is contained in:
cinerea0 2021-11-03 23:57:09 -04:00 committed by John Zimmermann
parent 50d96c6a51
commit eb874325f2
2 changed files with 10 additions and 6 deletions

View file

@ -1,18 +1,20 @@
# Template file for 'gifsicle'
pkgname=gifsicle
version=1.93
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="libX11-devel"
checkdepends="perl"
short_desc="Command-line tool for information about GIF images"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="GPL-2.0-or-later"
homepage="http://www.lcdf.org/gifsicle/"
distfiles="https://github.com/kohler/gifsicle/archive/refs/tags/v${version}.tar.gz"
checksum=941c0b1c3ebc748949a0d14363f0fb3c9d2c06ee122b3548315b9233eb956d88
changelog="https://www.lcdf.org/gifsicle/changes.html"
distfiles="${homepage}/gifsicle-${version}.tar.gz"
checksum=92f67079732bf4c1da087e6ae0905205846e5ac777ba5caa66d12a73aa943447
pre_configure() {
autoreconf -fi
do_check() {
./test/testie -p ./src ./test
}
Gifsicle_package() {

2
srcpkgs/gifsicle/update Normal file
View file

@ -0,0 +1,2 @@
site="https://www.lcdf.org/gifsicle/changes.html"
pattern='<b>\K[0-9\.]+(?=</b>)'