summaryrefslogtreecommitdiff
path: root/dvtm/Pkgfile
blob: d299fcded150314239ceb074caec73d75c20eac9 (plain)
    1 # Description: dynamic virtual terminal manager
    2 # URL:         http://www.brain-dump.org/projects/dvtm
    3 # Maintainer:  John Vogel, jvogel4 at stny dot rr dot com
    4 # Depends on:  ncurses
    5 
    6 name=dvtm
    7 version=0.15
    8 release=1
    9 source=(http://www.brain-dump.org/projects/$name/$name-$version.tar.gz config.h)
   10 
   11 build () {
   12     cd "$name-$version"
   13 
   14     cp $SRC/config.h .
   15     make
   16     make DESTDIR=$PKG PREFIX=/usr install
   17 
   18     # remove redundant terminfo files that conflict with ncurses
   19     rm -rf $PKG/usr/share/terminfo
   20 }

Generated by cgit