mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
pkgconf: update to 1.
This commit is contained in:
parent
748817f00c
commit
d6228ab312
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'pkgconf'
|
# Template file for 'pkgconf'
|
||||||
pkgname=pkgconf
|
pkgname=pkgconf
|
||||||
version=0.9.12
|
version=1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="Provides compiler and linker configuration"
|
short_desc="Provides compiler and linker configuration"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pkgconf/pkgconf"
|
homepage="https://github.com/pkgconf/pkgconf"
|
||||||
distfiles="$homepage/archive/$pkgname-$version.tar.gz"
|
distfiles="$homepage/archive/$pkgname-$version.tar.gz"
|
||||||
checksum=d31a19e22908e5bf277454261222da0640115844f7a62672dbe9e92061d547c5
|
checksum=2b9ead7919e693c99be76bc48f71eb81797126905bacc39d8688dd3239922253
|
||||||
wrksrc="$pkgname-$pkgname-$version"
|
wrksrc="$pkgname-$pkgname-$version"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue