wok-current view gamin-dev/receipt @ rev 15981
syslinux-tools: add meminfo.exe
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Sat Mar 01 19:10:36 2014 +0000 (2014-03-01) | 
| parents | a00bf44ed23d | 
| children | 86790a278e70 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="gamin-dev"
     4 VERSION="0.1.10"
     5 CATEGORY="development"
     6 SHORT_DESC="Devel files for gamin file and directory monitoring system."
     7 MAINTAINER="pankso@slitaz.org"
     8 LICENSE="LGPL2"
     9 WANTED="gamin"
    10 WEB_SITE="http://www.gnome.org/~veillard/gamin/"
    12 DEPENDS="pkg-config"
    14 # Rules to gen a SliTaz package suitable for Tazpkg.
    15 genpkg_rules()
    16 {
    17 	mkdir -p $fs/usr/lib
    18 	cp -a $install/usr/lib/*.*a $fs/usr/lib
    19 	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    20 	cp -a $install/usr/include $fs/usr
    21 }