summaryrefslogtreecommitdiff
path: root/repo/tip/sysvinit.xibuild
blob: 0674787b97629a6f5070524c10cd2a9839e557f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

DEPS=(sh glibc)

SOURCE=http://download.savannah.nongnu.org/releases/sysvinit/sysvinit-3.00.tar.xz
DESC="The sysvinit system for controlling startup, running and shutdown of the system"

build () {
    make
    make DESTDIR=$PKG_DEST install 
}