You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
570 B
21 lines
570 B
8 years ago
|
name=openrc
|
||
|
version=0.22.4 # TODO: Untested
|
||
|
update_url="https://github.com/OpenRC/$name/releases"
|
||
|
update_names="/archive/$version.tar.gz"
|
||
|
|
||
|
dlextract "https://github.com/OpenRC/$name/archive/$version.tar.gz" \
|
||
|
'23e32cb3dc9fdb9de0c935b059207f74'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
make install \
|
||
|
DESTDIR="$dir_install" \
|
||
|
LIBNAME="$dir_libdir" \
|
||
|
PKG_PREFIX="/$dir_prefix" \
|
||
|
LIBEXECDIR="/$dir_libdir" \
|
||
|
BINDIR="/$dir_bindir" \
|
||
|
SBINDIR="/$dir_sbindir" \
|
||
|
SYSCONFDIR="/$dir_sysconfdir"
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|