2009-03-28 16:06:40 +00:00
|
|
|
# Template file for 'run-parts'
|
|
|
|
pkgname=run-parts
|
2012-01-07 15:16:25 +00:00
|
|
|
version=4.1
|
2009-03-28 16:06:40 +00:00
|
|
|
wrksrc="debianutils-${version}"
|
2010-11-03 16:42:22 +00:00
|
|
|
distfiles="${DEBIAN_SITE}/main/d/debianutils/debianutils_${version}.tar.gz"
|
2009-03-28 16:06:40 +00:00
|
|
|
short_desc="Run scripts or programs in a directory"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-03 05:46:20 +00:00
|
|
|
homepage="http://packages.qa.debian.org/d/debianutils.html"
|
|
|
|
license="GPL-2"
|
2012-01-07 15:16:25 +00:00
|
|
|
checksum=37ab539d4f50c8ff95005e3a9ffed85e9bfdc6489ead15e0e2edeb8ea57e5f2d
|
2009-03-28 16:06:40 +00:00
|
|
|
long_desc="
|
|
|
|
$pkgname runs all the executable files found in a directory.
|
|
|
|
This package comes from the GNU/Linux Debian system."
|
|
|
|
|
2011-11-14 20:28:40 +00:00
|
|
|
do_build() {
|
|
|
|
./configure ${CONFIGURE_SHARED_ARGS}
|
2011-06-03 05:46:20 +00:00
|
|
|
make ${makejobs} run-parts
|
2010-01-16 02:11:38 +00:00
|
|
|
}
|
|
|
|
|
2011-11-14 20:28:40 +00:00
|
|
|
do_install() {
|
2011-07-03 14:37:59 +00:00
|
|
|
vinstall run-parts 755 usr/bin
|
|
|
|
vinstall run-parts.8 644 usr/share/man/man8
|
2009-03-28 16:06:40 +00:00
|
|
|
}
|