proplib: switch to tarball.
This commit is contained in:
parent
2aab34f1bc
commit
af1547d99e
1 changed files with 5 additions and 6 deletions
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'proplib'
|
||||
pkgname=proplib
|
||||
version=0.6.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="portableproplib-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool git"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="Portable Property container object library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Simplified BSD"
|
||||
homepage="https://github.com/xtraeme/portableproplib"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b ${version} git://github.com/xtraeme/portableproplib ${pkgname}-${version}
|
||||
}
|
||||
distfiles="https://github.com/xtraeme/portableproplib/archive/${version}.tar.gz"
|
||||
checksum=b2edac8977fa2e569e8664976d9c27f272bcf13f1aa921e853f129b7fd6b5d86
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap
|
||||
|
|
Loading…
Reference in a new issue