Files
ports/archive/apache-lfsbootscripts/spkgbuild
2018-12-17 00:34:00 +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)