diff --git a/mpup/.footprint b/mpup/.footprint new file mode 100644 index 000000000..ae4175da9 --- /dev/null +++ b/mpup/.footprint @@ -0,0 +1,10 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/mpup.lst +drwxr-xr-x root/root etc/ports/ +drwxr-xr-x root/root etc/ports/drivers/ +-rwxr-xr-x root/root etc/ports/drivers/mpup +-rw-r--r-- root/root etc/ports/meta.mpup.inactive +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man8/ +-rw-r--r-- root/root usr/man/man8/mpup.8.gz diff --git a/mpup/.md5sum b/mpup/.md5sum new file mode 100644 index 000000000..353cc1351 --- /dev/null +++ b/mpup/.md5sum @@ -0,0 +1 @@ +ae9641e4ae55d6df7cc83f76a879e976 mpup-1.1d.tar.bz2 diff --git a/mpup/Pkgfile b/mpup/Pkgfile new file mode 100644 index 000000000..c2d45845c --- /dev/null +++ b/mpup/Pkgfile @@ -0,0 +1,17 @@ +# Description: Meta driver script for ports(8) +# URL: http://sepen.mine.nu/releases/ +# Maintainer: Jose V Beneyto, sepen at crux dot nu +# Packager: Jose V Beneyto, sepen at crux dot nu +# Depends on: bash ports findutils coreutils + +name=mpup +version=1.1d +release=1 +source=(http://sepen.mine.nu/releases/$name-$version.tar.bz2) + +build() { + + cd $name-$version + + make DESTDIR=$PKG install +}