ntp: -perl subpkg must be noarch.
This commit is contained in:
parent
0d4b8cb957
commit
0c892d79a2
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue