2010-01-25 16:12:59 +00:00
|
|
|
# Template file for 'libparted'.
|
|
|
|
#
|
|
|
|
short_desc="The GNU Parted disk partitioning shared library"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains libparted, the required shared library used by Parted."
|
|
|
|
|
2012-01-26 13:08:02 +00:00
|
|
|
do_install() {
|
2012-03-20 06:53:27 +00:00
|
|
|
vmove "usr/lib/*.so*" usr/lib
|
2010-01-25 16:12:59 +00:00
|
|
|
}
|