summaryrefslogtreecommitdiff
path: root/boxes/Pkgfile
blob: 81cd64dcc3bd3aa00d25f5ba849724ed4a2a1ac4 (plain)
    1 # Description: draw boxes around text
    2 # URL:         http://boxes.thomasjensen.com/boxes.shtml
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:  
    5 
    6 name=boxes
    7 version=1.1.1
    8 release=1
    9 source=(http://boxes.thomasjensen.com/download/$name-$version.src.tar.gz)
   10 
   11 build () {
   12   cd $name-$version
   13   sed -i -e "s|^GLOBALCONF.*|GLOBALCONF = /usr/share/boxes/config|" Makefile
   14   make
   15   install -D src/boxes $PKG/usr/bin/boxes
   16   install -D doc/boxes.1 $PKG/usr/man/man1/boxes.1
   17   install -D boxes-config $PKG/usr/share/boxes/config
   18 }

Generated by cgit