Gentooized Novell-client & initial linamh ebuilds
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@50 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
24
media-gfx/jpeg2pdf/jpeg2pdf-0.12.ebuild
Normal file
24
media-gfx/jpeg2pdf/jpeg2pdf-0.12.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# {{UCPT_Ebuild Header}} <pre>
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Merge JPEG files into PDF"
|
||||
SRC_URI="http://koan.studentenweb.org/software/${P}.tar.bz2"
|
||||
HOMEPAGE="http://koan.studentenweb.org/software/jpeg2pdf.html"
|
||||
|
||||
SLOT=""
|
||||
LICENSE="X11/own"
|
||||
KEYWORDS="x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/ruby-1.8.2"
|
||||
|
||||
src_install() {
|
||||
dodoc LICENSE README
|
||||
ruby install.rb config --prefix=${D}/usr
|
||||
ruby install.rb install
|
||||
rm -f ${D}/usr/bin/test.rb
|
||||
}
|
||||
|
||||
|
||||
|
||||
#</pre>
|
||||
Reference in New Issue
Block a user