void-packages/srcpkgs/sxiv-git/template

32 lines
804 B
Plaintext
Raw Normal View History

2013-08-29 10:25:24 +00:00
# Template file for 'sxiv-git'
pkgname=sxiv-git
2014-08-20 12:13:53 +00:00
version=20140820
2014-07-05 16:59:08 +00:00
revision=1
build_style=gnu-makefile
hostmakedepends="git"
2014-07-05 16:59:08 +00:00
makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel
desktop-file-utils"
depends="desktop-file-utils"
2013-08-29 10:25:24 +00:00
short_desc="Simple X Image Viewer"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-2"
homepage="https://github.com/muennich/sxiv"
2014-05-31 11:28:16 +00:00
provides="sxiv-${version}_${revision}"
replaces="sxiv>=0"
2013-08-29 10:25:24 +00:00
do_fetch() {
local url="git://github.com/muennich/sxiv"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
pre_build() {
2014-08-03 15:24:02 +00:00
sed -i 's|^CFLAGS =|CFLAGS +=|g' Makefile
sed -i 's|^CPPFLAGS =|CPPFLAGS +=|g' Makefile
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' Makefile
2013-08-29 10:25:24 +00:00
}
post_install() {
2014-07-05 16:59:08 +00:00
vinstall LICENSE 644 usr/share/licenses/sxiv
2013-08-29 10:25:24 +00:00
}