wok-stable view mpfr-dev/receipt @ rev 6559
Added libglu-mesa to fltk depends and build_depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 07 23:14:12 2010 +0000 (2010-10-07) |
parents | fdddd580f15d |
children | c4c3dd9c83ca |
line source
1 # SliTaz package receipt
3 PACKAGE="mpfr-dev"
4 VERSION="3.0.0"
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 }