aports/community/gifsicle/APKBUILD
2025-02-27 09:12:34 +00:00

38 lines
933 B
Text

# Contributor: Isaac Dunham <ibid.ag@gmail.com>
# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=gifsicle
pkgver=1.96
pkgrel=0
pkgdesc="Command-line tool for making, editing and getting information about GIF animations"
url="https://www.lcdf.org/gifsicle/"
arch="all"
license="GPL-2.0-only"
makedepends="libx11-dev libice-dev libsm-dev"
checkdepends="perl"
subpackages="$pkgname-doc"
source="https://www.lcdf.org/gifsicle/gifsicle-$pkgver.tar.gz"
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var
make
}
check() {
make check
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
2ca9d24b23aaaaa5af10a34c6eb71549a5376952a98913da1c1139a274a5c57767bdfd937649d833f26f3ed1b838a056a2448babb398dadad7ab7ffbb660077b gifsicle-1.96.tar.gz
"