eth0s/ports/core/iana-etc/Pkgfile
2019-11-10 23:58:56 +08:00

15 lines
355 B
Text
Executable file

# Description: Provides data for network services and protocols
# URL:
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# 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
}