Skip to content

Commit

Permalink
Merge pull request #128 from tbeckerson/util-linux
Browse files Browse the repository at this point in the history
Util linux
  • Loading branch information
ilovethensa committed May 3, 2024
2 parents b87fe9e + ce9e52f commit e6faee4
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions base/src/util-linux.ecmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[info]
name = util-linux
version = 2.40
type = src
license = GPLv3
url = https://www.kernel.org/pub/linux/utils/$NAME/v$VERSION/$NAME-$VERSION.tar.xz
sha256 = d57a626081f9ead02fa44c63a6af162ec19c58f53e993f206ab7c3a6641c2cd7

[description]
The Util-linux package contains miscellaneous utility programs. Among them are utilities for handling file systems, consoles, partitions, and messages.

[download]
curl -L $URL --output $NAME-$VERSION.tar.xz
tar xf $NAME-$VERSION.tar.xz

[install]
./configure --bindir=/usr/bin \
--libdir=/usr/lib \
--runstatedir=/run \
--sbindir=/usr/sbin \
--disable-chfn-chsh \
--disable-login \
--disable-nologin \
--disable-su \
--disable-setpriv \
--disable-runuser \
--disable-pylibmount \
--disable-liblastlog2 \
--disable-static \
--without-python \
ADJTIME_PATH=/var/lib/hwclock/adjtime \
--docdir=/usr/share/doc/util-linux-$VERSION
make $MAKE_FLAGS
make DESTDIR=$BUILD_ROOT install

0 comments on commit e6faee4

Please sign in to comment.