21 lines
544 B
Text
21 lines
544 B
Text
|
# Template file for 'parallel'
|
||
|
pkgname=parallel
|
||
|
version=20130522
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="perl"
|
||
|
depends="perl"
|
||
|
configure_args="--prefix=/usr"
|
||
|
short_desc="A shell tool for executing jobs in parallel."
|
||
|
maintainer="graysky <graysky AT archlinux DOT us>"
|
||
|
license="GPL-3"
|
||
|
homepage="http://www.gnu.org/software/parallel"
|
||
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.bz2"
|
||
|
checksum=e9ea6fa2644e8504a85a518edb246783f2ccace58f21d101712b28bf781d7d2b
|
||
|
|
||
|
parallel_package() {
|
||
|
pkg_install() {
|
||
|
vmove usr
|
||
|
}
|
||
|
}
|