parallel: set noarch; move depends to the pkg block.

This commit is contained in:
Juan RP 2013-06-14 18:14:09 +02:00
parent 4427431086
commit 0e2a3aac12

View file

@ -1,10 +1,9 @@
# Template file for 'parallel'
pkgname=parallel
version=20130522
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="perl"
depends="perl"
short_desc="A shell tool for executing jobs in parallel"
maintainer="graysky <graysky AT archlinux DOT us>"
license="GPL-3"
@ -13,6 +12,8 @@ distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.bz2"
checksum=e9ea6fa2644e8504a85a518edb246783f2ccace58f21d101712b28bf781d7d2b
parallel_package() {
noarch="yes"
depends="perl"
pkg_install() {
vmove usr
}