util-linux-ng: upstream renamed it again to util-linux. Update to 2.19rc1.
--HG-- rename : srcpkgs/util-linux-ng/INSTALL => srcpkgs/util-linux/INSTALL rename : srcpkgs/util-linux-ng/depends => srcpkgs/util-linux/depends rename : srcpkgs/util-linux-ng/files/adjtime.cron-hourly => srcpkgs/util-linux/files/adjtime.cron-hourly rename : srcpkgs/util-linux-ng/libblkid-devel.template => srcpkgs/util-linux/libblkid-devel.template rename : srcpkgs/util-linux-ng/libblkid.template => srcpkgs/util-linux/libblkid.template rename : srcpkgs/util-linux-ng/libmount-devel.template => srcpkgs/util-linux/libmount-devel.template rename : srcpkgs/util-linux-ng/libmount.template => srcpkgs/util-linux/libmount.template rename : srcpkgs/util-linux-ng/libuuid-devel.template => srcpkgs/util-linux/libuuid-devel.template rename : srcpkgs/util-linux-ng/libuuid.template => srcpkgs/util-linux/libuuid.template rename : srcpkgs/util-linux-ng/template => srcpkgs/util-linux/template
This commit is contained in:
15
srcpkgs/util-linux/libuuid.template
Normal file
15
srcpkgs/util-linux/libuuid.template
Normal file
@@ -0,0 +1,15 @@
|
||||
# Template file for 'libuuid'.
|
||||
#
|
||||
short_desc="UUID library"
|
||||
long_desc="
|
||||
libuuid generates and parses 128-bit universally unique id's (UUIDs).
|
||||
See RFC 4122 for more information."
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/lib ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/lib/libuuid.so* ${DESTDIR}/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libuuid.so ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user