Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.

24 lines
771 B

name=feh
7 years ago
version=2.19
dlextract "https://feh.finalrewind.org/$name-$version.tar.bz2" \
7 years ago
'54fc20a0f35f0e2fea24541e622ae1d7'
_
cd "$name-$version"
make
make install \
DESTDIR="$dir_install" \
PREFIX="/$dir_prefix" \
ICON_PREFIX="$dir_install/$dir_prefix/$dir_data/icons" \
man_dir="$dir_install/$dir_prefix/$dir_man" \
bin_dir="$dir_install/$dir_prefix/$dir_bin" \
doc_dir="$dir_install/$dir_prefix/$dir_doc/$name" \
image_dir="$dir_install/$dir_prefix/$dir_data/$name/images" \
font_dir="$dir_install/$dir_prefix/$dir_data/$name/fonts" \
example_dir="$dir_install/$dir_prefix/$dir_doc/$name/examples" \
desktop_dir="$dir_install/$dir_prefix/$dir_data/applications"
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: