contrib/sxiv/Pkgfile

20 lines
465 B
Plaintext
Raw Normal View History

2013-08-19 20:26:13 +02:00
# Description: simple/suckless image-viewer
2014-06-15 16:52:12 +02:00
# URL: https://github.com/muennich/sxiv
2013-08-19 20:26:13 +02:00
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
2014-10-31 13:30:27 +01:00
# Depends on: imlib2 libexif giflib
2013-08-19 20:26:13 +02:00
name=sxiv
2014-11-21 16:23:13 +01:00
version=1.3.1
2014-10-31 13:30:27 +01:00
release=1
2013-08-19 20:26:13 +02:00
source=(https://github.com/muennich/$name/archive/v$version.tar.gz config.h)
build () {
cd "$name-$version"
cp $SRC/config.h .
make
make DESTDIR=$PKG \
PREFIX=/usr \
MANPREFIX=/usr/man \
install
}