udev: add new libudev{,-devel} subpkgs, bumprev.
--HG-- extra : convert_revision : 46a690a7dc90fc74e16adbfc5575d6382f02a13e
This commit is contained in:
14
srcpkgs/udev/libudev.template
Normal file
14
srcpkgs/udev/libudev.template
Normal file
@@ -0,0 +1,14 @@
|
||||
# Template file for 'libudev'.
|
||||
#
|
||||
short_desc="ibudev shared library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This library provides access to udev device information."
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/lib
|
||||
mv ${SRCPKGDESTDIR}/lib/libudev*.so.* ${DESTDIR}/lib
|
||||
}
|
||||
Reference in New Issue
Block a user