14 Commits

Author SHA1 Message Date
Tom G. Christensen
c415821025 fix_man now properly handles manpages with embedded spaces in the name
Symlinks are now retargetet.
manpage RM moved to be pr. manpage, this fixes the race? condition I was
seeing on Irix 5.3 with GNU rm.
2009-12-19 14:35:07 +01:00
Tom G. Christensen
a0a12ecd2c Irix 5.3 took exception to rm -rf'ing the directory directly
This seems to work around it.
2009-12-19 14:35:07 +01:00
Tom G. Christensen
1d65a34609 Added a var to control symbol stripping during the installstage
Changed default dir for new packages to distfiles/beta
2003-09-12 11:06:27 +00:00
Tom G. Christensen
5acdf80b84 Added fix_man. A function to create preformatted manpages from the raw ones 2003-08-03 20:20:44 +00:00
Tom G. Christensen
a1980fc242 Updated to use an environmentvar (BUILDPKG_BASE) to locate the buildpkg root 2003-07-29 19:25:49 +00:00
Tom G. Christensen
aae87e44a6 The slimmed down version with all the packaging specfic parts pulled out.
This is slated to become buildpkg-1_5_0 once it's gotten some testing.
2003-07-25 15:53:59 +00:00
Tom G. Christensen
2c6a932f12 Change default parameters for ./configure 2003-07-25 15:35:49 +00:00
Tom G. Christensen
641026ae54 Add an extra var to control patchfile location. This was a must after packing vim.
Vim provides updates to major release through source patches, we don't want those in src/
since we didn't create them. With patchdir we can easily control where patches should be located.
Made clean() tell what it does.
2003-07-10 09:07:10 +00:00
Tom G. Christensen
8f8403eebb Added a function to add file entries to a prototype file - for now it's unused
Added the extra substitutions in the pkginfo file to pack_info also made sure all
the necessary variables are defined with a legal value.
2003-07-08 10:48:03 +00:00
Tom G. Christensen
8a2bd4a614 Misc fixes and a few additional features added
Moved all helper functions in front of the generic ones
2003-07-07 13:44:19 +00:00
Tom G. Christensen
330098fd82 The first incarnation is now more or less done.
It's been tested with libao and it works correctly.
2003-07-07 11:19:32 +00:00
Tom G. Christensen
074971bbbc Things are coming along nicely
I've added more helper functions to make it easier to override the functionality of the generic_*
functions. Breaking them down into smaller functions should make it easier to just replace a part of them
in the pr. package script.
2003-07-02 08:22:56 +00:00
Tom G. Christensen
cff842efd5 generic_prep seems to be working now
patch and unpack functions have not been thoroughly tested though :)
2003-06-30 14:20:19 +00:00
Tom G. Christensen
a7a7168953 My own package build system :)
This is the first attempt and it's not finished
2003-06-30 09:47:31 +00:00