run-parts: update to 3.4.1.
This commit is contained in:
parent
a0e9d425b4
commit
a45436b0ef
1 changed files with 5 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'run-parts'
|
||||
pkgname=run-parts
|
||||
version=3.2.3
|
||||
version=3.4.1
|
||||
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
|
||||
short_desc="Run scripts or programs in a directory"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3c6dee491bb93e92f0e3da8065eddf937f6b584ad72cd09b1e2bd05b66be07b9
|
||||
checksum=0839acc0c1ab359e7921ae6a7bbb82491107b2fc721d61aa33b2cc96de9ec2c5
|
||||
long_desc="
|
||||
$pkgname runs all the executable files found in a directory.
|
||||
This package comes from the GNU/Linux Debian system."
|
||||
|
@ -15,9 +15,8 @@ Add_dependency full glibc
|
|||
|
||||
do_build()
|
||||
{
|
||||
cd ${wrksrc} || return 1
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
cd ${wrksrc} && ./configure --prefix=/usr && \
|
||||
make ${makejobs} run-parts || return 1
|
||||
}
|
||||
|
||||
do_install()
|
||||
|
|
Loading…
Reference in a new issue