mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
e2fsprogs: update to 1.42.4.
This commit is contained in:
parent
471ce5f4ad
commit
4ae98c6d8c
1 changed files with 7 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'e2fsprogs'
|
# Template file for 'e2fsprogs'
|
||||||
pkgname=e2fsprogs
|
pkgname=e2fsprogs
|
||||||
version=1.42.3
|
version=1.42.4
|
||||||
homepage="http://e2fsprogs.sourceforge.net/"
|
revision=1
|
||||||
distfiles="$SOURCEFORGE_SITE/e2fsprogs/$pkgname-$version.tar.gz"
|
|
||||||
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=
|
--enable-e2initrd-helper --disable-rpath --with-root-prefix=
|
||||||
|
@ -11,19 +10,18 @@ configure_args="--enable-htree --enable-elf-shlibs --disable-fsck
|
||||||
--libdir=/usr/lib --libexecdir=/usr/lib"
|
--libdir=/usr/lib --libexecdir=/usr/lib"
|
||||||
make_install_args="install-libs"
|
make_install_args="install-libs"
|
||||||
makedepends="pkg-config libuuid-devel libblkid-devel"
|
makedepends="pkg-config libuuid-devel libblkid-devel"
|
||||||
revision=1
|
subpackages="$pkgname-devel $pkgname-libs"
|
||||||
|
conf_files="/etc/mke2fs.conf"
|
||||||
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"
|
||||||
checksum=ad6a41be876fab94c2bd5d10f7a0871a5601bbaf9cd25c551c2af11c1c8d5436
|
homepage="http://e2fsprogs.sourceforge.net/"
|
||||||
|
distfiles="$SOURCEFORGE_SITE/e2fsprogs/$pkgname-$version.tar.gz"
|
||||||
|
checksum=3946f347842a7b892b23476e231da21e572f9db828cb02a38bc57beb25db905e
|
||||||
long_desc="
|
long_desc="
|
||||||
It provides the filesystem utilities for use with the ext2 filesystem.
|
It provides the filesystem utilities for use with the ext2 filesystem.
|
||||||
It also supports the ext3/4 filesystem with journaling support."
|
It also supports the ext3/4 filesystem with journaling support."
|
||||||
|
|
||||||
subpackages="$pkgname-devel $pkgname-libs"
|
|
||||||
conf_files="/etc/mke2fs.conf"
|
|
||||||
|
|
||||||
|
|
||||||
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
Reference in a new issue