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.
|
|
|
name=feh
|
|
|
|
version=2.18
|
|
|
|
update_url='https://feh.finalrewind.org/'
|
|
|
|
|
|
|
|
dlextract "https://feh.finalrewind.org/$name-$version.tar.bz2" \
|
|
|
|
'2427d49839ca49f8349f96473e862898'
|
|
|
|
header_end
|
|
|
|
|
|
|
|
cd "$name-$version"
|
|
|
|
flags="
|
|
|
|
PREFIX=/$dir_prefix
|
|
|
|
ICON_PREFIX=$dir_install/$dir_prefix/$dir_datadir/icons
|
|
|
|
man_dir=\${main_dir}/$dir_mandir
|
|
|
|
bin_dir=\${main_dir}/$dir_bindir
|
|
|
|
doc_dir=\${main_dir}/$dir_docdir/$name
|
|
|
|
image_dir=\${main_dir}/$dir_datadir/$name/images
|
|
|
|
font_dir=\${main_dir}/$dir_datadir/$name/fonts
|
|
|
|
example_dir=\${main_dir}/$dir_docdir/$name/examples
|
|
|
|
"
|
|
|
|
|
|
|
|
make $flags
|
|
|
|
make DESTDIR="$dir_install" $flags install
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|