eth0s/ports/iana-etc/Pkgfile
2019-10-03 18:00:34 +08:00

15 lines
307 B
Text
Executable file

# Description: Provides data for network services and protocols
# URL:
# Maintainer:
# Depends on:
name=iana-etc
version=2.30
release=1
source=(http://anduin.linuxfromscratch.org/LFS/$name-$version.tar.bz2)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
}