2010-01-25 17:12:59 +01:00
|
|
|
# Template file for 'libparted-devel'.
|
|
|
|
#
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="libparted"
|
2010-01-25 17:12:59 +01:00
|
|
|
short_desc="The GNU Parted disk partitioning library development files"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the static library and header files for libparted, which
|
|
|
|
are really only of interest to parted developers."
|
|
|
|
|
|
|
|
|
2012-01-26 14:08:02 +01:00
|
|
|
do_install() {
|
|
|
|
vmove usr/include usr
|
|
|
|
vmove usr/lib/pkgconfig usr/lib
|
|
|
|
vmove "usr/lib/*.a" usr/lib
|
2010-01-25 17:12:59 +01:00
|
|
|
}
|