smlinux/base/cpio/cpio.SMBuild
PktSurf 5a62ebfc56 Upgraded base/gdb to 12.1 and base/tar to 1.34
Removed unnecessary build iptions from several pkg build files in base
2022-10-10 15:09:20 +05:30

31 lines
639 B
Text
Executable file

app=cpio
version=2.13
build=1sml
homepage="https://www.gnu.org/software/cpio/"
download="https://ftp.gnu.org/gnu/cpio/cpio-$version.tar.gz"
desc="Backup and archiving utility"
requires="musl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
CFLAGS="$CFLAGS -fcommon" \
./configure \
--prefix=""
make
make install DESTDIR=$pkg
cp -a COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
078d5d0ab398adb76b0a4e83a07821edf2cca5e84308ef547fd530c6c6c3d4b8577833581614aedfd23ca697cab058672dba7886642d8a3eb9ae769c10d672e8 cpio-2.13.tar.lz
"