mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gifsicle: subsume "Gifsicle"
This commit is contained in:
parent
1d493987cc
commit
bf9dac56fe
4 changed files with 8 additions and 16 deletions
1
srcpkgs/Gifsicle
Symbolic link
1
srcpkgs/Gifsicle
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
gifsicle
|
|
@ -1,13 +0,0 @@
|
||||||
# Template file for 'Gifsicle'
|
|
||||||
pkgname=Gifsicle
|
|
||||||
version=1.92
|
|
||||||
revision=1
|
|
||||||
wrksrc="gifsicle-${version}"
|
|
||||||
build_style=gnu-configure
|
|
||||||
makedepends="libX11-devel"
|
|
||||||
short_desc="Command-line GIF manipulation tool"
|
|
||||||
maintainer="ColdPhoenix <coldphoenix@interia.pl>"
|
|
||||||
license="GPL-2.0-only"
|
|
||||||
homepage="https://www.lcdf.org/gifsicle"
|
|
||||||
distfiles="${homepage}/gifsicle-${version}.tar.gz"
|
|
||||||
checksum=5ab556c01d65fddf980749e3ccf50b7fd40de738b6df679999294cc5fabfce65
|
|
|
@ -1,2 +0,0 @@
|
||||||
site="https://www.lcdf.org/gifsicle/changes.html"
|
|
||||||
pattern='<b>\K[0-9\.]+(?=</b>)'
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gifsicle'
|
# Template file for 'gifsicle'
|
||||||
pkgname=gifsicle
|
pkgname=gifsicle
|
||||||
version=1.93
|
version=1.93
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
short_desc="Command-line tool for information about GIF images"
|
short_desc="Command-line tool for information about GIF images"
|
||||||
|
@ -14,3 +14,9 @@ checksum=941c0b1c3ebc748949a0d14363f0fb3c9d2c06ee122b3548315b9233eb956d88
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Gifsicle_package() {
|
||||||
|
depends="gifsicle"
|
||||||
|
short_desc+=" (transitional dummy package)"
|
||||||
|
build_style=meta
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue