wok view mpfr-dev/receipt @ rev 1407
feh : fix depends
fix build-depends
fix receipt to copy yudit.ttf font and images
fix build-depends
fix receipt to copy yudit.ttf font and images
author | Mallory MOLLO <mallory@sweetpeople.org |
---|---|
date | Tue Sep 23 21:14:56 2008 +0200 (2008-09-23) |
parents | |
children | 7003fe5263a0 |
line source
1 # SliTaz package receipt
3 PACKAGE="mpfr-dev"
4 VERSION="2.3.1"
5 CATEGORY="development"
6 SHORT_DESC="GNU Multiple Precision Arithmetic devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="mpfr"
9 WEB_SITE="http://gmplib.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 }