99d5350b30
Two new utilities in C have been created: - xbps-digest: shows the SHA256 hash for a file. - xbps-pkgdb: handles dependency stuff via proplib. Templates should use now $build_depends and change $checksum to be a SHA256 hash. That means that I'm currently using xbps on Linux and I lost interest on NetBSD, perhaps I'll add support for it in the future. Only git and its dependencies have been converted, as well as vim. --HG-- extra : convert_revision : 53a7e030ca6b6d02bb6cd3e51d42b7d5702c1b57
15 lines
575 B
Cheetah
15 lines
575 B
Cheetah
# Template build file for 'libtool'
|
|
pkgname=libtool
|
|
version=2.2.6a
|
|
wrksrc="$pkgname-2.2.6"
|
|
patch_files="$pkgname-xbps-fixes.diff"
|
|
distfiles="http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version@.tar.gz"
|
|
build_style=gnu_configure
|
|
short_desc="Generic library support"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=eb6b8f8272c5a5cad0c7c6b949aa75632f45c295f09b2e1e90b6bce15b32b796
|
|
long_desc="
|
|
This is GNU libtool, a generic library support script. Libtool hides
|
|
the complexity of generating special library types (such as shared
|
|
libraries) befind a consistent interface."
|