parted: remove long_desc.
This commit is contained in:
parent
7f8a548998
commit
6f2fdc5fff
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'parted'
|
# Template file for 'parted'
|
||||||
pkgname=parted
|
pkgname=parted
|
||||||
version=3.1
|
version=3.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-included-regex --disable-rpath"
|
configure_args="--without-included-regex --disable-rpath"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,24 +12,21 @@ license="GPL-3"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
|
distfiles="http://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
|
||||||
checksum=5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15
|
checksum=5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15
|
||||||
long_desc="
|
|
||||||
GNU Parted is a program that allows you to create, destroy, resize, move and
|
|
||||||
copy hard disk partitions. This is useful for creating space for new
|
|
||||||
operating systems, reorganising disk usage, and copying data to new hard disks."
|
|
||||||
|
|
||||||
libparted_package() {
|
libparted_package() {
|
||||||
short_desc+=" - shared library"
|
short_desc+=" - shared library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libparted-devel_package() {
|
libparted-devel_package() {
|
||||||
depends="libparted-${version}_${revision}"
|
depends="libparted>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue