mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-22 00:44:48 +00:00
15 lines
330 B
Plaintext
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)
|