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
848 B

name=feh
version=2.18.3
update_url='https://feh.finalrewind.org/'
dlextract "https://feh.finalrewind.org/$name-$version.tar.bz2" \
'f0ad0f1740d8fbd5fb944373ce4d5076'
header_end
cd "$name-$version"
make
make install \
DESTDIR="$dir_install" \
PREFIX="/$dir_prefix" \
ICON_PREFIX="$dir_install/$dir_prefix/$dir_datadir/icons" \
man_dir="$dir_install/$dir_prefix/$dir_mandir" \
bin_dir="$dir_install/$dir_prefix/$dir_bindir" \
doc_dir="$dir_install/$dir_prefix/$dir_docdir/$name" \
image_dir="$dir_install/$dir_prefix/$dir_datadir/$name/images" \
font_dir="$dir_install/$dir_prefix/$dir_datadir/$name/fonts" \
example_dir="$dir_install/$dir_prefix/$dir_docdir/$name/examples" \
desktop_dir="$dir_install/$dir_prefix/$dir_datadir/applications"
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: