e2fsprogs: update to 1.42.
This commit is contained in:
parent
a95bcaefed
commit
127c56e322
2 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,10 @@
|
||||||
# Template file for 'e2fsprogs-libs'.
|
# Template file for 'e2fsprogs-libs'.
|
||||||
#
|
#
|
||||||
revision=2
|
|
||||||
short_desc="${short_desc} (shared libraries)"
|
short_desc="${short_desc} (shared libraries)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the shared libraries."
|
This package contains the shared libraries."
|
||||||
|
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/lib ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/lib ${DESTDIR}/usr/lib
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'e2fsprogs'
|
# Template file for 'e2fsprogs'
|
||||||
pkgname=e2fsprogs
|
pkgname=e2fsprogs
|
||||||
version=1.41.14
|
version=1.42
|
||||||
revision=3
|
homepage="http://e2fsprogs.sourceforge.net/"
|
||||||
distfiles="$SOURCEFORGE_SITE/e2fsprogs/$pkgname-$version.tar.gz"
|
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
|
||||||
|
@ -11,7 +11,8 @@ configure_args="--enable-htree --enable-elf-shlibs --disable-fsck
|
||||||
make_install_args="install-libs"
|
make_install_args="install-libs"
|
||||||
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>"
|
||||||
checksum=3f8ac1fedd7c4bec480afcbe4acabdd4ac59ec0446a0fd50c8975cd0aad7b176
|
license="GPL-2, LGPL-2.1"
|
||||||
|
checksum=55b46db0cec3e2eb0e5de14494a88b01ff6c0500edf8ca8927cad6da7b5e4a46
|
||||||
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 filesystem with journaling support."
|
It also supports the ext3 filesystem with journaling support."
|
||||||
|
|
Loading…
Reference in a new issue