description="Run commands simply, with detailed diagnostics"
url="http://search.cpan.org/dist/IPC-System-Simple"

packager="Great-OS Team"

makedepends=(perl)
run=(perl)

name=perl-ipc-system-simple
version=1.30
release=3

source=(https://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/IPC-System-Simple-$version.tar.gz)

build() {
cd IPC-System-Simple-$version

perl Makefile.PL INSTALLDIRS=vendor

make
make DESTDIR=$PKG install

# Remove perllocal.pod and .packlist if present in the package
for i in perllocal.pod .packlist; do
    find $PKG -name "$i" -exec rm -rf {} \;
done
}
