udev: add new libudev{,-devel} subpkgs, bumprev.

--HG--
extra : convert_revision : 46a690a7dc90fc74e16adbfc5575d6382f02a13e
This commit is contained in:
Juan RP
2010-01-14 16:58:23 +01:00
parent b937632011
commit 6a31389aa3
9 changed files with 57 additions and 36 deletions

View 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
}