0da86577ab
Changed all packages using $replaces to the new format and bump the revision. Require XBPS utils >= 20100121 for this to work. --HG-- extra : convert_revision : 7593b3cb7465f7613f48aba0f2e86cdcd5430ac0
20 lines
400 B
Text
20 lines
400 B
Text
# Template file for 'udev-glib'.
|
|
#
|
|
short_desc="${short_desc} (glib bindings)"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains libgudev, a library to interact with udev through
|
|
the GLib bindings."
|
|
|
|
revision=2
|
|
replaces="udev-glib>=0"
|
|
|
|
Add_dependency run udev
|
|
Add_dependency run glib
|
|
Add_dependency run glibc
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/lib
|
|
mv ${SRCPKGDESTDIR}/lib/libgudev* ${DESTDIR}/lib
|
|
}
|