wok-stable view libmagic-dev/receipt @ rev 9136
Removing rubygems. Rubygems is now in ruby.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Mar 05 23:59:59 2011 +0000 (2011-03-05) |
parents | 97b93f51e35b |
children | dbc7b6ad8b7b |
line source
1 # SliTaz package receipt.
3 PACKAGE="libmagic-dev"
4 VERSION="5.05"
5 CATEGORY="development"
6 SHORT_DESC="Library for File utility dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libmagic"
9 WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
10 WANTED="file"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr/
18 }