A rather simple program to upload ringtones and logos, syncronize and send SMS'es with siemens mobile phones. It basically doesn't depend on anything but glibc, and probably belongs in the app-misc category :)
Since bugzilla wouldn't let me attach the file (Claiming it was EMPTY :), I attach it here instead. # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer:
Since bugzilla wouldn't let me attach the file (Claiming it was EMPTY :), I attach it here instead. # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Øyvind Repvik <nail@dataparty.no> # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.5 2002/04/29 22:56:53 sandymac Exp S=${WORKDIR}/${P} DESCRIPTION="Exchange data with Siemens phones." SRC_URI="http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ ${P}.tar.bz2" HOMEPAGE="http://www.hendrik-sattler.de/scmxx/" LICENSE="GPL-2" DEPEND=">=glibc-2.2.5" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die }
Created attachment 767 [details] The ebuild. (scmxx-0.6.0)
I'll take this one.
Thank you for the contribution. I've committed the ebuild into the portage tree. For your further contributions, please note the following shortcommings of your ebuild: 1. You forgot to package documentation. 2. You forgot to package the scripts from contrib/ directory. 3. The glibc dependency is best described as "virtual/glibc". 4. I you could also submit an updated (or new) ChangeLog, that would be fantastic. ;^) I've fixed all these in the committed version. Please have a look at the changes. Thanks.
Well.. I took a look at the ebuild, and I noted the ChangeLog: [snip] 2 May 2002; Arcady Genkin <agenkin@thpoon.com> scmxx-0.6.0.ebuild : Initial version of the ebuild, submitted by Nicholas Jones <carpaski@twobit.net>. Who is that? Rest of it is grand, and I'll do a bit more before I submit the next ebuild. Thanks!
Ok, that should be fixed now. My appologies, I don't know how I got that name. ;^) One more thing: I could not seem to copy and paste the first letter of your first name (the crossed O) from my browser, so I substituted it with ASCII "O". I hope that's alright. You see, if you submitted your own ChangeLog, both of these problems would not have happened. ;^)