desktop/feh/PKGBUILD

31 lines
833 B
Bash
Raw Normal View History

2010-08-06 06:16:31 +08:00
#
2012-08-30 19:15:02 +08:00
# Apps Packages for Chakra, part of chakra-project.org
2010-08-06 06:16:31 +08:00
#
2012-08-30 19:15:02 +08:00
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
2010-08-06 06:16:31 +08:00
pkgname=feh
2013-07-27 19:05:02 +08:00
pkgver=2.9.3
pkgrel=1
2010-08-06 06:16:31 +08:00
pkgdesc="A fast, lightweight image viewer which uses imlib2"
2012-12-26 01:28:28 +08:00
arch=('x86_64')
2011-08-16 04:07:57 +08:00
url="http://feh.finalrewind.org"
2010-08-06 06:16:31 +08:00
license=('MIT')
2013-07-27 19:05:02 +08:00
depends=('libxinerama' 'giblib' 'libexif')
optdepends=('perl: feh-cam, webcam wrapper for feh'
'imagemagick: support more file formats')
2010-08-06 06:16:31 +08:00
makedepends=('libxt')
categories=('graphics')
2011-08-16 04:07:57 +08:00
source=("http://feh.finalrewind.org/${pkgname}-${pkgver}.tar.bz2")
2013-07-27 19:05:02 +08:00
sha1sums=('6e93c9bbc339d36002ead189d0a94880f58876bd')
2010-08-06 06:16:31 +08:00
build() {
2011-08-16 04:07:57 +08:00
cd "${srcdir}/${pkgname}-${pkgver}"
make PREFIX=/usr
2010-08-06 06:16:31 +08:00
}
2011-08-16 04:07:57 +08:00
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make PREFIX=/usr DESTDIR="${pkgdir}" install
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
2010-08-06 06:16:31 +08:00
}