2009-02-24 07:13:11 +01:00
|
|
|
# Template file for 'mpfr-devel'.
|
2009-02-21 02:18:23 +01:00
|
|
|
#
|
2012-07-04 08:13:45 +02:00
|
|
|
depends="gmp-devel mpfr>=$version"
|
2009-11-22 08:31:44 +01:00
|
|
|
short_desc="${sourcepkg} development files"
|
2009-02-21 02:18:23 +01:00
|
|
|
long_desc="${long_desc}
|
|
|
|
|
2009-02-24 07:13:11 +01:00
|
|
|
This package contains files for development: headers, static libs, etc."
|
2009-02-22 05:57:13 +01:00
|
|
|
|
2012-07-04 08:13:45 +02:00
|
|
|
do_install() {
|
2011-10-17 09:51:30 +02:00
|
|
|
vmove usr/include usr
|
|
|
|
vmove usr/share usr
|
|
|
|
vmove "usr/lib/*.a" usr/lib
|
2009-02-21 02:18:23 +01:00
|
|
|
}
|