23 lines
719 B
Text
23 lines
719 B
Text
# Template file for 'run-parts'
|
|
pkgname=run-parts
|
|
version=4.1
|
|
wrksrc="debianutils-${version}"
|
|
distfiles="${DEBIAN_SITE}/main/d/debianutils/debianutils_${version}.tar.gz"
|
|
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=37ab539d4f50c8ff95005e3a9ffed85e9bfdc6489ead15e0e2edeb8ea57e5f2d
|
|
long_desc="
|
|
$pkgname runs all the executable files found in a directory.
|
|
This package comes from the GNU/Linux Debian system."
|
|
|
|
do_build() {
|
|
./configure ${CONFIGURE_SHARED_ARGS}
|
|
make ${makejobs} run-parts
|
|
}
|
|
|
|
do_install() {
|
|
vinstall run-parts 755 usr/bin
|
|
vinstall run-parts.8 644 usr/share/man/man8
|
|
}
|