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.
19 lines
413 B
19 lines
413 B
import 'compile/configure'
|
|
import 'misc/debian'
|
|
|
|
name=fakeroot
|
|
version=1.22
|
|
|
|
misc_debian_download -e tar.bz2 1 \
|
|
'033abd6a8d25f62991abfc003105185f' \
|
|
'fae64c9aeb2c895ead8e1b99bf50c631'
|
|
_
|
|
|
|
cd "$name-$version"
|
|
misc_debian_patch
|
|
|
|
./bootstrap
|
|
compile_configure -I -- --disable-static
|
|
make DESTDIR="$dir_install" install
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|