mpup: initial import

This commit is contained in:
Jose V Beneyto 2010-08-30 21:04:12 +02:00
parent 0ebe3edf28
commit 12f11c68d5
3 changed files with 28 additions and 0 deletions

10
mpup/.footprint Normal file
View File

@ -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

1
mpup/.md5sum Normal file
View File

@ -0,0 +1 @@
ae9641e4ae55d6df7cc83f76a879e976 mpup-1.1d.tar.bz2

17
mpup/Pkgfile Normal file
View File

@ -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
}