contrib/surf/Pkgfile

20 lines
471 B
Plaintext
Raw Normal View History

2013-08-19 20:26:13 +02:00
# Description: simple web-browser
# URL: http://surf.suckless.org/
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: webkit-gtk2 dmenu curl xorg-xprop xterm ca-certificates
2013-08-19 20:26:13 +02:00
name=surf
version=0.6
release=1
source=(http://dl.suckless.org/surf/$name-$version.tar.gz config.h)
build () {
cd "$name-$version"
cp $SRC/config.h .
make
make DESTDIR=$PKG \
PREFIX=/usr \
MANPREFIX=/usr/man \
install
}