e2fsprogs: update to 1.42.10.
This commit is contained in:
parent
ad4bf55fa2
commit
5bf791e33a
1 changed files with 8 additions and 4 deletions
|
@ -1,25 +1,29 @@
|
||||||
# Template file for 'e2fsprogs'
|
# Template file for 'e2fsprogs'
|
||||||
pkgname=e2fsprogs
|
pkgname=e2fsprogs
|
||||||
version=1.42.9
|
version=1.42.10
|
||||||
revision=3
|
revision=1
|
||||||
short_desc="Ext2/3/4 Filesystem Utilities"
|
short_desc="Ext2/3/4 Filesystem Utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://e2fsprogs.sourceforge.net/"
|
homepage="http://e2fsprogs.sourceforge.net/"
|
||||||
distfiles="$SOURCEFORGE_SITE/e2fsprogs/$pkgname-$version.tar.gz"
|
distfiles="$SOURCEFORGE_SITE/e2fsprogs/$pkgname-$version.tar.gz"
|
||||||
checksum=2f92ac06e92fa00f2ada3ee67dad012d74d685537527ad1241d82f2d041f2802
|
checksum=7b6e85c666d8fdd6062c75ba953de0e5481673bebef5f40f749a52a46476e29f
|
||||||
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-htree --enable-elf-shlibs --disable-fsck
|
configure_args="--enable-htree --enable-elf-shlibs --disable-fsck
|
||||||
--enable-e2initrd-helper --disable-rpath --with-root-prefix=/usr
|
--enable-e2initrd-helper --disable-rpath --with-root-prefix=/usr
|
||||||
--disable-uuidd --disable-libuuid --disable-libblkid
|
--disable-uuidd --disable-libuuid --disable-libblkid
|
||||||
--enable-symlink-build --enable-symlink-install
|
--enable-symlink-build --enable-symlink-install --enable-relative-symlinks
|
||||||
--sbindir=/usr/sbin --libdir=/usr/lib --libexecdir=/usr/lib"
|
--sbindir=/usr/sbin --libdir=/usr/lib --libexecdir=/usr/lib"
|
||||||
make_install_args="install-libs"
|
make_install_args="install-libs"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libuuid-devel libblkid-devel"
|
makedepends="libuuid-devel libblkid-devel"
|
||||||
conf_files="/etc/mke2fs.conf"
|
conf_files="/etc/mke2fs.conf"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -e 's,BUILD_CFLAGS=$,&\"$INCLUDES -DHAVE_CONFIG_H\",g' -i configure
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove stuff belonging to libblkid or libuuid pkgs.
|
# Remove stuff belonging to libblkid or libuuid pkgs.
|
||||||
find ${DESTDIR} -name \*blkid\* -o -name \*findfs\* \
|
find ${DESTDIR} -name \*blkid\* -o -name \*findfs\* \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue