Portál AbcLinuxu, 30. dubna 2025 15:24
TkGate is a event...Mělo by tam být: TkGate is an event.... Pokud je za 'a' zase samohláska, musíš tam mít 'an'. AFAIK. Bohužel tohle ti ten ebuild neopraví.
TkGate is a event driven digital circuit simulator with a tcl/tk-based graphical editor. TkGate supports a wide range of primitive circuit elements as well as user-defined modules for hierarchical design. The distribution comes with a number of tutorial and example circuits which can be loaded through the "Help" menu. The example circuits include a simple CPU, programmed to run the Animals game. For more information, check out the documentation. TkGate is free software provided with source code under the Gnu Public License.
src_install() {
make DESTDIR=${D} HOMEDIR=${D} install || die "Install failed!"
}
, ale možná to jde udělat ještě jinak a lépe. Snad bych ještě doporučil přidat dependency na tk.
cp -r locale ${HOMEDIR}
bych dal: cp -r locale ${DESTDIR}${HOMEDIR}
a v ebuildu:
src_install() {
make DESTDIR=${D} install || die "Install failed!"
}
a pak mi to funguje OK. Takže IMHO správné řešení je vyrobit patch a dat ho do files.
epatch ${FILESDIR}/${P}-include-error.patch
. Zkoušel jsem to pro verzi 0.1.0
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.