Summary: | New ebuild: for app-dics/dictconv | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Behzat <behzaterte> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | RESOLVED DUPLICATE | ||
Severity: | enhancement | CC: | behzaterte, tommy |
Priority: | High | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
ebuild for app-dics/dictconv
Ebuild for /app-dicts/dictconv version 2 Ebuild dictconv-0.2 version three. dictconv-0.2.ebuild |
Description
Behzat
2008-10-22 19:37:12 UTC
Created attachment 169470 [details]
ebuild for app-dics/dictconv
Created attachment 169476 [details]
Ebuild for /app-dicts/dictconv version 2
I changed some lines. Sorry for confusion my first ebuild file :-))
Some comments on the ebuild: -KEYWORDS should be in alphabetical order -DEPEND="dev-libs/libxml2" not your way -econf dies itself, does not need a || die -Does emake install not install dictconv to ${D}/usr/bin? If not, use "dobin dictconv || die" Also this thing needs more than a little gcc 4.3 patching, mainly cstring and cstdlib. As a side note: whoever wrote that knew very little about autotools. If it's really 0.2, configure.in should have been updated. While it doesn't really matter for the program, it still looks bad. And what is exactly '--with-posix-regex' for ? configure.in doesn't show anything about it. One more thing. In src/Makefile.am, libs should be added to LDADD, not LDFLAGS. For why's see 'info automake'. Created attachment 169748 [details]
Ebuild dictconv-0.2 version three.
I is probably DEPEND, not DPEND. RDEPEND can be dropped (some people like it to stay there). Also, what do you want to do in src_install??? (In reply to comment #9) > I is probably DEPEND, not DPEND. RDEPEND can be dropped (some people like it Sorry, I missed this line. > Also, what do you want to do in src_install??? I just want to trying copy executable file to /usr/bin but may be I writed wrong also this ebuild my first. Sorry for confusion. By the way what's your suggestion for copy? Thanks. Created attachment 169766 [details] dictconv-0.2.ebuild This is what i would suggest with a short look on the ebuild. If you would like to discuss it further or maintain it yourself, you could join #gentoo-sunrise at irc.freenode.net or read https://overlays.gentoo.org/proj/sunrise to get some more information. (In reply to comment #11) > Created an attachment (id=169766) [edit] > dictconv-0.2.ebuild > > This is what i would suggest with a short look on the ebuild. If you would like > to discuss it further or maintain it yourself, you could join #gentoo-sunrise > at irc.freenode.net or read https://overlays.gentoo.org/proj/sunrise to get > some more information. > Thank you for your support. I'll join that channel now. Regards, Behzat. This is a dup of 224525. Why don't you search? (In reply to comment #13) > This is a dup of 224525. Why don't you search? > Sorry for this, I just want to writing new new ebuild file(my first try) Regards, Behzat. *** This bug has been marked as a duplicate of bug 224525 *** |