[aur-general] Linux Manga Downloader

2012-05-07 Thread Jorge Barroso
Hi, I've been looking for a manga downloader in AUR repository, but I
didn't find the one I wanted, so I tried to make the package by myself and
upload it (http://code.google.com/p/linux-manga-downloader/).
There are just .deb and .rpm packages, but I extracted the package and
tried to make the installation mannualy, to see what should the 'build' do,
but I'm unable to install it, because what comes in the package are shell
scripts, the launcher and nothing else usefull... so I would like someone
to help me to make the PKGBUILD to install the program and upload it to aur.

Thanks in advance


Re: [aur-general] Linux Manga Downloader

2012-05-07 Thread Jesse Juhani Jaara
ma, 2012-05-07 kello 17:57 +0200, Jorge Barroso kirjoitti:
> what comes in the package are shell
> scripts, the launcher and nothing else usefull...

Looking at the .deb file all you need to do us copy the ././usr/share
direcotry to "${pkgdir}/usr/share" and the ././usr/local/bin to
"${pkgdir}/usr/bin" and then run sed 's|/usr/local|/usr|' on all of the
text files, to make sure we run stuff from the correct place. Looking at
the debian control file you need libnotify-bin, gtkdialog, wget, lynx
and zenity as depencys. Hope this hels you a bit. It is always usefull
to know how to write simple PKGBUILD, that is why I wrote this instead
of a PKGBUILD. Try now and see if you can do it. You can post the
PKGBUILD here before uploading to see if anyone has any ideas on how to
make it better, or fix any erros you might make ^_^