22 lines
662 B
Text
22 lines
662 B
Text
# Template file for 'acr'
|
|
pkgname=acr
|
|
version=0.9.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="AutoConf Replacement"
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
license="GPL-3"
|
|
homepage="http://github.com/radare/${pkgname}"
|
|
distfiles="https://github.com/radare/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=58f7aa209fd625839e87dabd94767eb8c0cb2dd93e24d4d7031efcb1a96f597a
|
|
long_desc="
|
|
ACR tries to replace autoconf functionality generating a full-compatible
|
|
'configure' script (runtime flags). But using shell-script instead of m4.
|
|
This means that ACR is faster, smaller and easy to use."
|
|
|
|
acr_package() {
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|