about summary refs log tree commit diff
path: root/pkgs-ng/applications/graphics/gqview/builder.sh
blob: be377db2278114cf9573931d73d4432b07cfb2e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

buildinputs="$pkgconfig $gtk $libpng"
. $stdenv/setup || exit 1

tar xvfz $src || exit 1
cd gqview-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1