summaryrefslogtreecommitdiff
path: root/vmtouch/Pkgfile
blob: d1b4841b1ceea5efb62813129a4c3eb8ed5fc621 (plain)
    1 # Description: A portable file system cache diagnostics and control tool
    2 # URL: http://hoytech.com/vmtouch/
    3 # Maintainer: Mikhail Kolesnik, mike at openbunker dot org
    4 # Depends on: 
    5 
    6 name=vmtouch
    7 version=0.8.0
    8 release=1
    9 source=(http://hoytech.com/$name/$name.c \
   10 		http://hoytech.com/$name/$name.8)
   11 
   12 build() {
   13 	gcc $CFLAGS -o $name $name.c
   14 	install -m 644 -D $name.8 $PKG/usr/man/man8/$name.8
   15 	install -m 755 -D $name $PKG/usr/bin/$name
   16 }

Generated by cgit