2021-12-14 10:18:00 +01:00
|
|
|
# Description: Meta driver script for ports(8)
|
|
|
|
# URL: https://crux.nu
|
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
|
|
# Depends on: bash ports findutils coreutils
|
2010-08-30 21:04:12 +02:00
|
|
|
|
|
|
|
name=mpup
|
2017-11-07 21:27:52 +01:00
|
|
|
version=2.0.1
|
|
|
|
release=1
|
|
|
|
source=(https://crux.nu/files/$name-$version.tar.lz)
|
2010-08-30 21:04:12 +02:00
|
|
|
|
|
|
|
build() {
|
2017-11-07 21:27:52 +01:00
|
|
|
cd $name-$version
|
2010-08-30 21:04:12 +02:00
|
|
|
|
2017-11-07 21:27:52 +01:00
|
|
|
make DESTDIR=$PKG install
|
2010-08-30 21:04:12 +02:00
|
|
|
}
|