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