15 lines
355 B
Text
Executable file
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
|
|
}
|