parallel: added version 20130522
This commit is contained in:
parent
7894722c26
commit
3d6e0a5cfd
1 changed files with 20 additions and 0 deletions
20
srcpkgs/parallel/template
Normal file
20
srcpkgs/parallel/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue