run-parts: update to 4.0.4.
This commit is contained in:
parent
6c3eb8e0bf
commit
a35a611363
|
@ -1,27 +1,23 @@
|
|||
# Template file for 'run-parts'
|
||||
pkgname=run-parts
|
||||
version=4.0.2
|
||||
version=4.0.4
|
||||
wrksrc="debianutils-${version}"
|
||||
distfiles="${DEBIAN_SITE}/main/d/debianutils/debianutils_${version}.tar.gz"
|
||||
revision=1
|
||||
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=c2fca92e93437ea5f0904f12847779d67b13d4b9d6ca85b8213e678a03ed76dc
|
||||
checksum=9a14722c7422c6d16f30c80b74201d9c803beeef2bb4c004964d0979eaa1232f
|
||||
long_desc="
|
||||
$pkgname runs all the executable files found in a directory.
|
||||
This package comes from the GNU/Linux Debian system."
|
||||
|
||||
|
||||
do_build()
|
||||
{
|
||||
./configure --prefix=/usr
|
||||
do_build() {
|
||||
./configure ${CONFIGURE_SHARED_ARGS}
|
||||
make ${makejobs} run-parts
|
||||
}
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vinstall run-parts 755 usr/bin
|
||||
vinstall run-parts.8 644 usr/share/man/man8
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue