run-parts: update to 4.0.2.

This commit is contained in:
Juan RP 2011-07-03 16:37:59 +02:00
parent 67f5cdde1d
commit 3e7cb6bdb0

View file

@ -1,6 +1,6 @@
# Template file for 'run-parts' # Template file for 'run-parts'
pkgname=run-parts pkgname=run-parts
version=4.0.1 version=4.0.2
wrksrc="debianutils-${version}" wrksrc="debianutils-${version}"
distfiles="${DEBIAN_SITE}/main/d/debianutils/debianutils_${version}.tar.gz" distfiles="${DEBIAN_SITE}/main/d/debianutils/debianutils_${version}.tar.gz"
build_style=custom-install build_style=custom-install
@ -8,12 +8,12 @@ short_desc="Run scripts or programs in a directory"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://packages.qa.debian.org/d/debianutils.html" homepage="http://packages.qa.debian.org/d/debianutils.html"
license="GPL-2" license="GPL-2"
checksum=d71861361be9814eea2aa66a6e35c171975f1d78604e5112caaeea8b1b2c6304 checksum=c2fca92e93437ea5f0904f12847779d67b13d4b9d6ca85b8213e678a03ed76dc
long_desc=" long_desc="
$pkgname runs all the executable files found in a directory. $pkgname runs all the executable files found in a directory.
This package comes from the GNU/Linux Debian system." This package comes from the GNU/Linux Debian system."
Add_dependency full glibc Add_dependency run glibc
do_build() do_build()
{ {
@ -23,8 +23,6 @@ do_build()
do_install() do_install()
{ {
install -D -m755 ${wrksrc}/run-parts \ vinstall run-parts 755 usr/bin
${DESTDIR}/usr/bin/run-parts vinstall run-parts.8 644 usr/share/man/man8
install -D -m644 ${wrksrc}/run-parts.8 \
${DESTDIR}/usr/share/man/man8/run-parts.8
} }