is this good?
also, do you want to maintain the package?
Search Criteria
Package Details: mingw-w64-tox-git 3143.af10ca7-3
Package Actions
| Package Base: | mingw-w64-tox-git |
|---|---|
| Description: | A FOSS instant messaging application aimed to replace Skype (mingw-w64) |
| Upstream URL: | https://github.com/irungentoo/toxcore |
| Category: | network |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | naxuroqa |
| Maintainer: | GI_Jack |
| Last Packager: | GI_Jack |
| Votes: | 1 |
| First Submitted: | 2013-11-04 10:05 |
| Last Updated: | 2015-03-03 17:59 |
Dependencies (6)
Required by (0)
Sources
Latest Comments
Comment by GI_Jack
Comment by xantares
nope,
replace:
../configure --prefix=/usr/${_target} \
by just:
${_arch}-configure
xan.
Comment by GI_Jack
done, is this good?
Comment by xantares
hello,
- could you please use mingw-w64-configure as makedepend instead of mingw-w64-gcc+mingw-w64-pkg-config ?
the use ${_arch}-configure instead of ../configure
it removes the need to set prefix, host=${_target}, enable-shared, enable-static
it also sets the right cflags.
- also strip static and import libs please
xan.