1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-19 20:16:13 +02:00
build/pkg/tc-pkgtool/build
David Oberhollenzer cfa4f6a7cb Bump pkg-tool version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-05-03 17:12:45 +02:00

29 lines
478 B
Plaintext
Executable file

VERSION="0.4.1"
SRCDIR="pkgtool-${VERSION}"
TARBALL="${SRCDIR}.tar.xz"
URL="https://infraroot.at/pygos"
SHA256SUM="78580ab27baafc41faa69c959d8d39de6cb6299e8133a7655accfef15d423a5b"
DEPENDS=""
prepare() {
return
}
build() {
$1/configure --prefix="$TCDIR" --disable-static \
--build="$HOSTTUPLE" --host="$HOSTTUPLE"
make -j $NUMJOBS
}
deploy() {
make install
touch "$PKGDEPLOYDIR/$PKGNAME.files"
touch "$PKGDEPLOYDIR/$PKGNAME.desc"
}
check_update() {
return
}