Le 02/06/2012 18:00, Jeremy Huntwork a écrit : > I'm going to start by jumping on the parser, since it will be necessary > right away for any of this to work. My initial thoughts are to build one > parser that can accept different output filters, for example, outputting > to PKGBUILD files, or rpm spec files, or even, the jhalfs-type build > scriptlets. > I can tell you the difficulties I had when trying to improve the BLFS part of jhalfs. You might be facing some of them too. For example, it is usually easy to find the name and the version of a package, by cutting the full name at a dash preceding a numeric character, but not always, because some version strings contain alphabetic characters and package names contain dashes. I had to examine package.ent to find all the version strings and take some actions for the cases where the version strings contain letters. Also, there are some varations in the book on the way download addresses are given. For example, I have not been able to find a way to automate the download of all the tarballs in openjdk.
Regards Pierre -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page