Christian Wiese
b90c190f6c
lib/functions.in: check if the path exists but it doesn't have to be a symlink explicitely
14 years ago
Christian Wiese
0886735257
lib/functions.in: improved createprefix_function() to create a compat symlink lib -> lib64
14 years ago
Christian Wiese
99da2afe33
lib/functions.in: changed createprefix_function() to use dedicated variables $foodir for the iteration and $dir for the expanded path
14 years ago
Christian Wiese
8efb0c7fa0
b/functions.in: introduced createprefix_function() - factoring out the createprefix handling into its own function
14 years ago
Christian Wiese
243dd4813b
lib/functions.in: changed to set lib64 as libdir for all 64 bit architectures no matter if multilib or not
14 years ago
Christian Wiese
dbafffc9c9
added cmake detection for packages
Note:
The current implementation can be summarized like this:
- check if $runcmake is set to '1' and if there is no Makefile but a
CMakeLists.txt file inside of the srcdir
- create a dedicated 'build' directory and cd into it
- run cmake using the provided $cmakeopt
14 years ago
Christian Wiese
450414440f
lib/functions.in: do not do static lib corrections at toolchain stage because it is messing .so symlinks
NOTE: This issue probably needs more research!
15 years ago
Christian Wiese
9eaeac0438
lib/functions.in: explicitely injecting --build=$arch_build configure option at toolchain stage
15 years ago
Alejandro Mery
5deeccbdae
pkgprefix: fixed bug in prefix request with -r, and sightly cleaned code
14 years ago
Christian Wiese
51bc49251b
lib/sde-config/config.hlp: cleaned/fixed-up the help text
15 years ago
Christian Wiese
d1af5b38c4
lib/sde-config/main.in: corrected title of Package List dialog
15 years ago
Christian Wiese
8fd8ea9165
lib/sde-config/pkgseldir_compile.sh: improved sed pattern for module_get_description() making it a bit more space/tab tolerant
15 years ago
Nagy Károly Gábriel
be111a103a
sde-config: Removed default value 1 from SDECFG_MULTILIB
15 years ago
Alejandro Mery
097687bd89
sde-config: changed default output format to "none" as the others aren't supported anymore and need major rework to be usable again
16 years ago
Alejandro Mery
24a88dbce0
sde-create-package: began quest to parse freshmeat's xml
15 years ago
Alejandro Mery
9470243cab
sde-create-package: initiated work on a new "hive" for freshmeat
15 years ago
Alejandro Mery
72bec0ae4b
functions: extended build_this_package() to support $confdir/$srctar/ for in-tree source code
15 years ago
Alejandro Mery
91585244fb
functions: enhanced pkgprefix() to prepend $root (real absolute path) when -r is passed
15 years ago
Alejandro Mery
0bb9416b33
functions: fixed to pass empty instead of / to confopt and makeopt when prefix is empty
15 years ago
Alejandro Mery
9a1420f811
overlay: added .bin type
15 years ago
Alejandro Mery
5c52e7088b
overlay: added add_flist to overlay_apply
15 years ago
Alejandro Mery
a15d4dcdea
overlay: cleaned overlay_apply() by using xtarget="$rootfs/$target"
15 years ago
Alejandro Mery
c0bff28666
Removed "smart" optimization code
16 years ago
Alejandro Mery
e93a84bcf2
overlay: enhanced overlay_appy to accept -q to use echo instead of echo_status
15 years ago
Alejandro Mery
e7739ea147
overlay: added sopport for -n to overlay_apply to disable overwriting
15 years ago
Aldas Nabazas
92c0c936dc
added version 4.x for bash supported versions
15 years ago
Alejandro Mery
a9ba45e141
functions: Introduced autoextract_subdir_zip()
15 years ago
Alejandro Mery
3195db6391
sde-build: export LD_LIBRARY_PATH when crosscompiling in order to use libraries built on stage 0
15 years ago
Alejandro Mery
86c8778fc1
sde-download: fixed dump-tokenized.sh to work again
16 years ago
Alejandro Mery
fe25a76c0a
sde-download: split get-tokenized.sh into dump.sh and dump-tokenized.sh
16 years ago
Alejandro Mery
3cdf5f26e8
sde-wrapper-discriminator: changed =$( to ="$( as ubuntu's /bin/sh doesn't assume it
16 years ago
Alejandro Mery
e80f4ddc39
sde-package: enhanced package_parse() to support '*' and secured
16 years ago
Alejandro Mery
c53d11398b
sde-wrapper: enhanced to support multiple [\t ]+ delimited aliases on a single ^#Alias: line
16 years ago
Alejandro Mery
3e19bd673d
sde-download: enhanced get-tokenized.sh to follow redirects
16 years ago
Alejandro Mery
545d53fbb1
sde-download: Introduced get-tokenized.sh to get the tokenized output of an URL
16 years ago
Alejandro Mery
bbf6781d67
sde-package: added package_desc_extract() used to extract data from .desc files
16 years ago
Alejandro Mery
2208c449c5
sde-package: enhanced package_parse() to sanitize (lower case) the arguments
16 years ago
Alejandro Mery
59c925ccb6
sde-package: introduced package_parse(), which retuns a list of $repo/$pkg from a pattern or path
16 years ago
Alejandro Mery
7bb86a10df
sde-package: cleaned indentation of lib/sde-package.in
16 years ago
Alejandro Mery
e32b8e299b
sde-wrapper: fixed lib/sde-wrapper-discriminator.in to work with ubuntu's /bin/sh (dash)
16 years ago
Alejandro Mery
de3265624f
sde-download: changed protocol/git.sh to source libsde.in quoted
17 years ago
Alejandro Mery
54fac56d0e
sde-download: Moved bin/sde-download-git to lib/sde-download/protocols/git.sh as it's not a discriminator, but a helper
17 years ago
Alejandro Mery
bcad7b3ac5
lib/functions.in: Added autoextract_subdir_tar_bz2, which extracts to $pkg-$ver/
16 years ago
Alejandro Mery
1c1cda8902
overlay: enhanced .patch handling
16 years ago
Alejandro Mery
4aeef8d99c
term-functions: fixed echo_info() to not break pipe when the app is in quiet mode
16 years ago
Alejandro Mery
0a3724b6fd
Fixed lib/functions.in's abort() to work when ECHO_E is undefined
16 years ago
Alejandro Mery
a30c3f62d2
sde-config: removed hardcoded lines to remove gettext when NLS is disabled
16 years ago
Alejandro Mery
293dc7a2e9
sde-download: fixed validate.sh to only recompress if the file wasn't already the target file
16 years ago
Alejandro Mery
733e3b0e2a
sde-download: changed mirror-test to end exec-ing sde-config-ini
16 years ago
Alejandro Mery
c5ddc3ca78
sde-download: Fixed mirror-test output to turn to KB since 1024 bytes instead of an arbitrary 4096
16 years ago