libuuid: update to 2.16.
libuuid has been moved from e2fsprogs to util-linux-ng. --HG-- extra : convert_revision : 67b490fce8b0ac6b9b4e6278ed55583df4e653d4
This commit is contained in:
parent
24324eb46e
commit
9913e38ff9
2 changed files with 21 additions and 13 deletions
13
templates/libuuid/build.diff
Normal file
13
templates/libuuid/build.diff
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- Makefile.in.orig 2009-08-12 11:15:33.768923564 +0200
|
||||||
|
+++ Makefile.in 2009-08-12 11:16:29.184473940 +0200
|
||||||
|
@@ -288,9 +288,7 @@ ul_libblkid_la = $(top_builddir)/shlibs/
|
||||||
|
ul_libuuid_srcdir = $(top_srcdir)/shlibs/uuid/src
|
||||||
|
ul_libuuid_builddir = $(top_builddir)/shlibs/uuid/src
|
||||||
|
ul_libuuid_la = $(top_builddir)/shlibs/uuid/src/libuuid.la
|
||||||
|
-SUBDIRS = include disk-utils fdisk getopt lib shlibs login-utils \
|
||||||
|
- misc-utils po schedutils sys-utils text-utils tests \
|
||||||
|
- $(am__append_1) $(am__append_2) $(am__append_3)
|
||||||
|
+SUBDIRS = shlibs
|
||||||
|
RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \
|
||||||
|
-name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o
|
||||||
|
|
|
@ -1,23 +1,18 @@
|
||||||
# Template file for 'libuuid'
|
# Template file for 'libuuid'
|
||||||
pkgname=libuuid
|
pkgname=libuuid
|
||||||
version=1.41.8
|
version=2.16
|
||||||
wrksrc=e2fsprogs-$version
|
_utilng=util-linux-ng
|
||||||
distfiles="$SOURCEFORGE_SITE/e2fsprogs/e2fsprogs-$version.tar.gz"
|
wrksrc=${_utilng}-${version}
|
||||||
build_style=custom-install
|
distfiles="${KERNEL_SITE}/utils/$pkgname/v2.16/${_utilng}-${version}.tar.bz2"
|
||||||
configure_args="--enable-elf-shlibs --disable-rpath --with-root-prefix="
|
build_style=gnu_configure
|
||||||
|
configure_args="--disable-mount --disable-fsck --enable-libuuid
|
||||||
|
--disable-libblkid"
|
||||||
short_desc="UUID library"
|
short_desc="UUID library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=782c9f281ca970d176c61759465beec12b40c7793bb5fa52c8d9a61741e33801
|
checksum=a6365fcb2b34439faa52164e1a018086c2b6818f8a189c487c79e09dc3c62722
|
||||||
long_desc="
|
long_desc="
|
||||||
libuuid generates and parses 128-bit universally unique id's (UUIDs).
|
libuuid generates and parses 128-bit universally unique id's (UUIDs).
|
||||||
See RFC 4122 for more information,"
|
See RFC 4122 for more information,"
|
||||||
|
|
||||||
subpackages="devel"
|
subpackages="devel"
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
cd $wrksrc
|
|
||||||
./configure --prefix=/usr ${configure_args}
|
|
||||||
cd lib/uuid && make && make DESTDIR=${DESTDIR} install
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue