Search Criteria
Package Details: libgeneral 86-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libgeneral.git (read-only, click to copy) |
|---|---|
| Package Base: | libgeneral |
| Description: | Common library for tihmstar tools |
| Upstream URL: | https://github.com/tihmstar/libgeneral |
| Licenses: | LGPL-2.1-only |
| Submitter: | sunflsks |
| Maintainer: | 0x9fff00 |
| Last Packager: | 0x9fff00 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-02-25 02:06 (UTC) |
| Last Updated: | 2025-09-03 15:20 (UTC) |
Required by (4)
- img4tool-git
- libfragmentzip (make)
- libfragmentzip-git (make)
- libinsn-git
Latest Comments
nnym commented on 2025-10-10 13:48 (UTC) (edited on 2025-10-10 13:49 (UTC) by nnym)
libgeneral's
configure.accontains shell code likeFOO+=barand thetestoperator==which are not specified by POSIX so whenautogen.shgeneratesconfigureand runs it while/bin/shis Dash, those lines of code fail but the build "succeeds" while the package is missing functionality that's necessary for img4tool. A fix is runningbash configure --prefix=/usrbefore building; here's a diff ofPKGBUILD.micwoj92 commented on 2024-09-15 11:37 (UTC)
Please add gcc-libs and glibc to depends.
0x9fff00 commented on 2022-01-15 12:08 (UTC)
pkgdescshouldn't include "git version" as this isn't a VCS packagegitis added tomakedependsandsourceis changed to("git+https://github.com/tihmstar/libgeneral.git#tag=$pkgver")due to this line inconfigure.ac: