Files
ports/core/apache-lfsbootscripts/spkgbuild
2018-04-26 09:44:16 +08:00

15 lines
330 B
Plaintext

# description : Apache lfsbootscripts
# depends : apache
name=apache-lfsbootscripts
version=20180105
release=1
source=(http://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/blfs-bootscripts-$version.tar.xz)
build() {
cd blfs-bootscripts-$version
make DESTDIR=$PKG install-httpd
}
md5sum=(7bed272b5af14abc6a3705e4d40326bf)