ntp: -perl subpkg must be noarch.

This commit is contained in:
Juan RP 2012-07-13 18:14:37 +02:00
parent 0d4b8cb957
commit 0c892d79a2
2 changed files with 5 additions and 7 deletions

View file

@ -1,16 +1,14 @@
# Template file for 'ntp-perl'.
#
depends="ntp perl>=0"
depends="ntp>=$version perl>=0"
noarch=yes
short_desc="${short_desc} (perl scripts)"
long_desc="${long_desc}
This package contains perl scripts ntp-wait and ntptrace."
do_install()
{
mkdir -p ${DESTDIR}/usr/bin
do_install() {
for f in ntp-wait ntptrace; do
mv ${SRCPKGDESTDIR}/usr/bin/${f} ${DESTDIR}/usr/bin
vmove usr/bin/${f} usr/bin
done
}

View file

@ -1,7 +1,7 @@
# Template file for 'ntp'
pkgname=ntp
version=4.2.6p5
revision=2
revision=3
build_style=gnu-configure
configure_args="--enable-linuxcap"
makedepends="readline-devel openssl-devel libcap-devel"