--- ddcxinfo-knoppix-0.6.ebuild 2003-12-11 16:10:17.000000000 +0000 +++ ddcxinfo-knoppix-0.6.ebuild.new 2003-12-11 16:08:25.000000000 +0000 @@ -9,24 +9,21 @@ SRC_URI="http://developer.linuxtag.net/knoppix/sources/${PN}_${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" IUSE="" -DEPEND="virtual/glibc" -#RDEPEND="" +RDEPEND="virtual/glibc" +DEPEND="" -S=${WORKDIR}/${P} src_compile() { emake || die } src_install() { - # Yes, this is ugly, however it's easier to fix it - # here than patch the Makefile, which may change - dodir /usr/sbin - install ddcxinfo-knoppix ${D}/usr/sbin + exeinto /usr/sbin + doexe ddcxinfo-knoppix dodoc debian/changelog debian/control debian/copyright README COPYING doman debian/ddcxinfo-knoppix.1 }