Search Criteria
Package Details: ncp 1.2.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ncp.git (read-only, click to copy) |
---|---|
Package Base: | ncp |
Description: | A fast file copy tool for LANs |
Upstream URL: | http://www.fefe.de/ncp/ |
Licenses: | custom |
Submitter: | noctux |
Maintainer: | noctux |
Last Packager: | noctux |
Votes: | 2 |
Popularity: | 0.083366 |
First Submitted: | 2016-03-06 16:27 (UTC) |
Last Updated: | 2016-03-06 16:38 (UTC) |
Dependencies (2)
- dietlibcAUR (dietlibc-cvsAUR) (make)
- libowfatAUR (libowfat-cvsAUR) (make)
Latest Comments
andreas_baumann commented on 2025-01-23 05:48 (UTC) (edited on 2025-01-23 05:48 (UTC) by andreas_baumann)
tar is a dependency of the 'base' package (as POSIX tool), no need to add id explicitely.
dreieck commented on 2025-01-22 19:43 (UTC)
tar
should be added to thedepends
array. (ncp
callstar
.)dreieck commented on 2025-01-22 19:27 (UTC) (edited on 2025-01-22 19:28 (UTC) by dreieck)
Ahoj,
fix to this build error reported in 2024-10-06:
1) Create a path
fix_CFLAGS_acceptance.patch
:2) Apply this patch in
prepare()
, and append-I/usr/include/libowfat
to$CFLAGS
inbuild()
. Patch to thePKGBUILD
:Regards!
dreieck commented on 2025-01-22 19:20 (UTC)
You need to
/usr/share/licenses/spdx/
), install the license into/usr/share/licenses/${pkgname}/
.Regards and thanks for the package!
andreas_baumann commented on 2024-10-06 07:40 (UTC)
CFLAGS contains a reference to a local libowfat (-I../include/libowfat), this should point to the system location (-I/usr/include/libowfat).
in build(): sed -i 's|../libowfat|/usr/include/libowfat|g' GNUmakefile
Also, patching should happen in the prepare() target and not in build() IMHO.