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