| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.10.ebuild,v 1.1 2007/11/23 06:29:51 compnerd Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.10.ebuild,v 1.2 2007/11/23 09:30:39 compnerd Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils linux-info autotools flag-o-matic |
5 | inherit eutils linux-info autotools flag-o-matic |
| 6 | |
6 | |
| 7 | DESCRIPTION="Hardware Abstraction Layer" |
7 | DESCRIPTION="Hardware Abstraction Layer" |
| 8 | HOMEPAGE="http://www.freedesktop.org/Software/hal" |
8 | HOMEPAGE="http://www.freedesktop.org/Software/hal" |
| … | |
… | |
| 234 | |
234 | |
| 235 | src_install() { |
235 | src_install() { |
| 236 | make DESTDIR="${D}" install || die |
236 | make DESTDIR="${D}" install || die |
| 237 | dodoc AUTHORS ChangeLog NEWS README |
237 | dodoc AUTHORS ChangeLog NEWS README |
| 238 | |
238 | |
| 239 | # remove dep on gnome-python |
|
|
| 240 | mv "${D}"/usr/bin/hal-device-manager "${D}"/usr/share/hal/device-manager/ |
|
|
| 241 | |
|
|
| 242 | # hal umount for unclean unmounts |
239 | # hal umount for unclean unmounts |
| 243 | exeinto /lib/udev/ |
240 | exeinto /lib/udev/ |
| 244 | newexe "${FILESDIR}"/hal-unmount.dev hal_unmount |
241 | newexe "${FILESDIR}"/hal-unmount.dev hal_unmount |
| 245 | |
242 | |
| 246 | # initscript |
243 | # initscript |