2014-07-08 17:37:59 +00:00
|
|
|
# Template file for 'meh-git'
|
|
|
|
pkgname=meh-git
|
2014-08-03 12:16:30 +00:00
|
|
|
version=20140803
|
2014-10-03 18:25:01 +00:00
|
|
|
revision=2
|
2014-07-27 14:05:16 +00:00
|
|
|
hostmakedepends="git"
|
2014-07-08 17:37:59 +00:00
|
|
|
makedepends="libX11-devel libXext-devel libjpeg-turbo-devel giflib-devel libpng-devel"
|
|
|
|
build_style=gnu-makefile
|
|
|
|
short_desc="Small, simple and super fast image viewer"
|
|
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="http://www.johnhawthorn.com/meh/"
|
|
|
|
provides="meh-${version}_${revision}"
|
|
|
|
replaces="meh>=0"
|
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/jhawthorn/meh"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
2014-07-08 17:57:42 +00:00
|
|
|
vinstall COPYING 644 usr/share/licenses/meh
|
2014-07-08 17:37:59 +00:00
|
|
|
}
|