contrib/tabbed/Pkgfile

21 lines
461 B
Plaintext
Raw Normal View History

2013-08-19 20:26:13 +02:00
# Description: Simple generic tabbed fronted to xembed aware applications
2018-02-18 17:58:00 +01:00
# URL: https://tools.suckless.org/tabbed/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
2013-08-19 20:26:13 +02:00
# Depends on: xorg-libx11
name=tabbed
2014-01-21 23:58:10 +01:00
version=0.6
release=2
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
2013-08-19 20:26:13 +02:00
build () {
cd $name-$version
if [ -f $PKGMK_ROOT/config.h ]; then
cp $PKGMK_ROOT/config.h .
fi
2018-02-18 17:58:00 +01:00
make CC=gcc
make DESTDIR=$PKG PREFIX=/usr install
2013-08-19 20:26:13 +02:00
}