summaryrefslogtreecommitdiff
path: root/tabbed/Pkgfile
blob: a212658c1a8d746b931a9db508f5c4239ea3dd7d (plain)
    1 # Description: Simple generic tabbed fronted to xembed aware applications
    2 # URL:         https://tools.suckless.org/tabbed/
    3 # Maintainer:  John Vogel, jvogel4 at stny dot rr dot com
    4 # Depends on:  xorg-libx11
    5 
    6 name=tabbed
    7 version=0.6
    8 release=1
    9 source=(http://dl.suckless.org/tools/$name-$version.tar.gz config.h)
   10 
   11 build () {
   12 	cd "$name-$version"
   13 
   14 	cp $SRC/config.h .
   15 	make CC=gcc
   16 	make DESTDIR=$PKG PREFIX=/usr install
   17 }

Generated by cgit