You are not logged in.
www.easysw.com/~mike/flphoto
great for photo printing.
Offline
# $Id: $
# Maintainer: <@archlinux.org>
# Contributor: damir <damir@archlinux.org>
#
pkgname=flphoto
pkgver=1.2
pkgrel=1
pkgdesc="a basic image management and display program based on the FLTK toolkit"
depends=('cups' 'libgphoto2' 'x-server')
source=(http://dl.sourceforge.net/sourceforge/fltk/$pkgname-$pkgver-source.tar.gz)
url="http://www.easysw.com/~mike/flphoto/"
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
only one problem: the docs are removed by makepkg and are not part of the pkg - but it is working
EDIT: ohh ... and please rename the thread subject to something more informative -> "[request]: flphoto" or similar - thanx
The impossible missions are the only ones which succeed.
Offline
Thanks dp
Offline
hi !
it could help if you add that to the PKGBUILD:
makedepends=('fltk')
Offline