2010-01-25 15:12:59 -01: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 12:08:02 -01:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/libparted.so*" usr/lib
|
2010-01-25 15:12:59 -01:00
|
|
|
}
|