parted: rebuild with as-needed for shlibs.

This commit is contained in:
Juan RP 2012-10-10 11:05:24 +02:00
parent 77ca1375bc
commit 77b87ed3db
3 changed files with 11 additions and 12 deletions

View file

@ -1,15 +1,15 @@
# Template file for 'libparted-devel'.
#
depends="libparted"
depends="libparted-${version}_${revision}"
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."
This package contains development files for libparted, which
are really only of interest to developers."
noarch=yes
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
vmove "usr/lib/*.a" usr/lib
}

View file

@ -1,5 +1,4 @@
libuuid.so.1
libdl.so.2
libdevmapper.so.1.02
libblkid.so.1
libc.so.6

View file

@ -1,20 +1,20 @@
# Template file for 'parted'
pkgname=parted
version=3.1
distfiles="http://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
revision=2
subpackages="libparted libparted-devel"
build_style=gnu-configure
configure_args="--without-included-regex --disable-rpath --disable-debug"
makedepends="pkg-config libuuid-devel libblkid-devel ncurses-devel readline-devel device-mapper-devel"
revision=1
configure_args="--without-included-regex --disable-rpath
--disable-debug --disable-static"
makedepends="pkg-config libuuid-devel libblkid-devel ncurses-devel
readline-devel device-mapper-devel"
short_desc="The GNU Parted disk partition resizing program"
homepage="http://www.gnu.org/software/parted/"
license="GPL-3"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
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."
subpackages="libparted libparted-devel"