run-parts: update to 3.4.1.

This commit is contained in:
Juan RP 2010-11-03 17:42:22 +01:00
parent a0e9d425b4
commit a45436b0ef

View file

@ -1,12 +1,12 @@
# Template file for 'run-parts' # Template file for 'run-parts'
pkgname=run-parts pkgname=run-parts
version=3.2.3 version=3.4.1
wrksrc="debianutils-${version}" wrksrc="debianutils-${version}"
distfiles="${DEBIAN_SITE}/main/d/debianutils/debianutils_${version}.tar.bz2" distfiles="${DEBIAN_SITE}/main/d/debianutils/debianutils_${version}.tar.gz"
build_style=custom-install build_style=custom-install
short_desc="Run scripts or programs in a directory" short_desc="Run scripts or programs in a directory"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3c6dee491bb93e92f0e3da8065eddf937f6b584ad72cd09b1e2bd05b66be07b9 checksum=0839acc0c1ab359e7921ae6a7bbb82491107b2fc721d61aa33b2cc96de9ec2c5
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."
@ -15,9 +15,8 @@ Add_dependency full glibc
do_build() do_build()
{ {
cd ${wrksrc} || return 1 cd ${wrksrc} && ./configure --prefix=/usr && \
./configure --prefix=/usr || return 1 make ${makejobs} run-parts || return 1
make || return 1
} }
do_install() do_install()