mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
jp2a: update to 1.0.7.
This commit is contained in:
parent
94f14ce060
commit
a08eaaab80
1 changed files with 11 additions and 6 deletions
|
@ -1,12 +1,17 @@
|
||||||
# Template file for 'jp2a'
|
# Template file for 'jp2a'
|
||||||
pkgname=jp2a
|
pkgname=jp2a
|
||||||
version=1.0.6
|
version=1.0.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
makedepends="libjpeg-turbo-devel libcurl-devel"
|
makedepends="libjpeg-turbo-devel libcurl-devel"
|
||||||
short_desc="JPEG image to ASCII art converter"
|
short_desc="JPEG image to ASCII art converter"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="https://csl.name/jp2a"
|
homepage="https://github.com/cslarsen/jp2a"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="https://github.com/cslarsen/jp2a/archive/v${version}.tar.gz"
|
||||||
checksum=7869c13744b0e15c250cae88b55f0dfade17e6c2b0a03b309dbe89bd34b342d4
|
checksum=e509d8bbf9434afde5c342568b21d11831a61d9942ca8cb1633d4295b7bc5059
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue