desktop/feh/PKGBUILD

30 lines
739 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-02-15 10:53:20 +08:00
pkgver=2.9.1
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')
depends=('libxinerama' 'giblib' 'perl')
makedepends=('libxt')
categories=('graphics')
2011-08-16 04:07:57 +08:00
source=("http://feh.finalrewind.org/${pkgname}-${pkgver}.tar.bz2")
2012-03-06 19:30:28 +08:00
categories=('graphics')
2013-02-15 10:53:20 +08:00
md5sums=('725df7d86fe6e630e4967c61bbc22514')
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
}