parted: cross build and debug support.
This commit is contained in:
parent
dbfc60af05
commit
ccf848b4c8
|
@ -1,15 +1,10 @@
|
|||
# Template file for 'libparted-devel'.
|
||||
#
|
||||
depends="libparted-${version}_${revision}"
|
||||
short_desc="The GNU Parted disk partitioning library development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains development files for libparted, which
|
||||
are really only of interest to developers."
|
||||
|
||||
noarch=yes
|
||||
short_desc="${short_desc} - development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
}
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
# 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."
|
||||
short_desc="${short_desc} - shared library"
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/*.so*" usr/lib
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'parted'
|
||||
pkgname=parted
|
||||
version=3.1
|
||||
revision=2
|
||||
revision=3
|
||||
subpackages="libparted libparted-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-included-regex --disable-rpath
|
||||
--disable-debug --disable-static"
|
||||
configure_args="--without-included-regex --disable-rpath"
|
||||
makedepends="pkg-config libuuid-devel libblkid-devel ncurses-devel
|
||||
readline-devel device-mapper-devel"
|
||||
crossmakedepends="${makedepends}"
|
||||
short_desc="The GNU Parted disk partition resizing program"
|
||||
homepage="http://www.gnu.org/software/parted/"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in New Issue
Block a user