contrib/sxiv/Pkgfile

21 lines
481 B
Plaintext
Raw Normal View History

# Description: simple/suckless image-viewer
# URL: https://github.com/muennich/sxiv
2018-02-18 18:07:57 +01:00
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: giflib imlib2 libexif xorg-libxft
name=sxiv
2020-02-14 06:53:56 +01:00
version=26
release=1
2018-05-23 05:03:26 +02:00
source=(https://github.com/muennich/$name/archive/v$version/$name-$version.tar.gz)
build () {
2018-02-18 18:07:57 +01:00
cd $name-$version
2018-05-23 05:03:26 +02:00
if [ -f $PKGMK_ROOT/config.h ]; then
cp $SRC/config.h .
fi
2018-02-18 18:07:57 +01:00
make CC=gcc CFLAGS="$CFLAGS"
make DESTDIR=$PKG PREFIX=/usr install
}