blob: a9477d5f56d683391c836922834d38141fdf546f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Description: logiciel d'affichage et de manipulations d'images, léger et rapide
# URL: http://linuxbrit.co.uk/feh/
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: giblib xorg-libxt
name=feh
version=1.3.4
release=1
source=(http://linuxbrit.co.uk/downloads/feh-1.3.4.tar.gz)
build()
{
cd $name-$version
./configure --prefix=/usr \
make
make DESTDIR=$PKG install
}
|