e2fsprogs: update to 1.41.12.
This commit is contained in:
parent
c34e13336b
commit
3c8087683d
3 changed files with 3 additions and 8 deletions
|
@ -5,16 +5,13 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run libuuid-devel
|
Add_dependency run libuuid-devel
|
||||||
Add_dependency run libblkid-devel
|
Add_dependency run libblkid-devel
|
||||||
Add_dependency run e2fsprogs-libs
|
Add_dependency run e2fsprogs-libs
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/{bin,lib}
|
||||||
mkdir -p ${DESTDIR}/usr/bin
|
|
||||||
mkdir -p ${DESTDIR}/usr/share/info
|
mkdir -p ${DESTDIR}/usr/share/info
|
||||||
mkdir -p ${DESTDIR}/usr/share/man/man1
|
mkdir -p ${DESTDIR}/usr/share/man/man1
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the shared libraries."
|
This package contains the shared libraries."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libblkid
|
Add_dependency run libblkid
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'e2fsprogs'
|
# Template file for 'e2fsprogs'
|
||||||
pkgname=e2fsprogs
|
pkgname=e2fsprogs
|
||||||
version=1.41.11
|
version=1.41.12
|
||||||
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 --enable-fsck
|
configure_args="--enable-htree --enable-elf-shlibs --enable-fsck
|
||||||
|
@ -9,7 +9,7 @@ configure_args="--enable-htree --enable-elf-shlibs --enable-fsck
|
||||||
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install-libs install"
|
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install-libs install"
|
||||||
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=5c9f367f6d5131f90d91dfd2f6c639d5e2c9455cac1f0d8ccc886239c90d775e
|
checksum=9c26d0dc20bfdafd0f27f3564791d6121d1c1876549d4f2ff1e41955c9bb9f20
|
||||||
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…
Add table
Add a link
Reference in a new issue