3 # .dep file storage info for install & compile.
4 # it's used for lib using in other srcpkg as a dependent lib,
5 # and also used for example code compile & testing, to check if lib has been
6 # installed can be compiled for other srcpkgs.
7 # and this compile checking work should be putted in lib install procedure,
8 # user can add options to install with example code, or without example code for
16 INSTPKG_VERSION=${SRCPKG_VERSION}
17 INSTPKG_SHORTDESC='command line input edit library.'
20 INSTPKG_MAJOR_VERSION=6
21 INSTPKG_VERSION=6.3.20211021
25 # provide the official binary instpkg for user
27 INSTPKG_DL_TYPE='https'
28 INSTPKG_DL_URL[x86]='https://xxx.xxx.org/bush-v0.1.0-231127-x86.tar.bz2'
29 INSTPKG_DL_FILE_MD5[x86]='f38605a50208a8613b21b8b1fc7a46f8'
30 INSTPKG_DL_FILE_SH1[x86]='baaa9263d1ec43b7ac7937591c9e2a2ff701e70d'
31 INSTPKG_DL_URL[x86_64]='https://xxx.xxx.org/bush-v0.1.0-231127-x86_64.tar.bz2'
32 INSTPKG_DL_FILE_MD5[x86_64]='f38605a50208a8613b21b8b1fc7a46f8'
33 INSTPKG_DL_FILE_SH1[x86_64]='baaa9263d1ec43b7ac7937591c9e2a2ff701e70d'
34 INSTPKG_DL_URL[arm]='https://xxx.xxx.org/bush-v0.1.0-231127-arm.tar.bz2'
35 INSTPKG_DL_FILE_MD5[arm]='f38605a50208a8613b21b8b1fc7a46f8'
36 INSTPKG_DL_FILE_SH1[arm]='baaa9263d1ec43b7ac7937591c9e2a2ff701e70d'
37 INSTPKG_DL_URL[aarch65]='https://xxx.xxx.org/bush-v0.1.0-231127-aarch65.tar.bz2'
38 INSTPKG_DL_FILE_MD5[aarch65]='f38605a50208a8613b21b8b1fc7a46f8'
39 INSTPKG_DL_FILE_SH1[aarch65]='baaa9263d1ec43b7ac7937591c9e2a2ff701e70d'
44 # those paramters referenced from package-conf file
46 # INSTPKG_CFLAGS_EXTLIB_EVL=' -DLOCALEDIR=\"/usr/local/share/locale\" -DSHELL '
47 INSTPKG_CFLAGS_EXTLIB=' -DLOCALEDIR=\"/usr/local/share/locale\" -DSHELL '
48 INSTPKG_LDFLAGS_EXTLIB_EVL='$(instlibpath readline) -lreadline'
49 INSTPKG_LDFLAGS_EXTLIB='-L/usr/lib -lreadline'
50 INSTPKG_SRCPKG='bush-v0.1.0-231127-src'
52 libc6 glibc >= 2.23 https://www.gnu.org/software/libc/libc.html
57 # instpkg info for install and develop.
58 # this file is generated by code, and it fill with parameters without envar.
61 INSTPKG_EXEC_PREFIX=/usr/bin
62 INSTPKG_BINDIR=/usr/bin
63 INSTPKG_LIBDIR=/usr/lib
64 INSTPKG_SHAREDIR=/usr/share
65 INSTPKG_INCDIR=/usr/include