mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
x11/feh: new aport
feh is a fast, lightweight image viewer which uses imlib2 http://www.linuxbrit.co.uk/feh/
This commit is contained in:
parent
95cb6b291e
commit
b1aa63bbcc
22
x11/feh/APKBUILD
Normal file
22
x11/feh/APKBUILD
Normal file
@ -0,0 +1,22 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=feh
|
||||
pkgver=1.3.4
|
||||
pkgrel=0
|
||||
pkgdesc="feh is a fast, lightweight image viewer which uses imlib2"
|
||||
url="http://www.linuxbrit.co.uk/feh/"
|
||||
license="MIT"
|
||||
subpackages="$pkgname-doc"
|
||||
depends=
|
||||
makedepends="libxt-dev libpng-dev giblib-dev imlib2-dev jpeg-dev"
|
||||
source="http://linuxbrit.co.uk/downloads/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man || return 1
|
||||
make || return 1
|
||||
make DESTDIR=$pkgdir docsdir=/usr/share/doc/feh install || return 1
|
||||
install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
md5sums="3d35ba3d2f0693b019800787f1103891 feh-1.3.4.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user