More packages

This commit is contained in:
2025-09-20 23:37:57 +01:00
parent 432715516f
commit 1eec97a688
7 changed files with 103 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ CATEGORY=libs
DEPENDS="devel/m4 libs/lopsub"
configure() {
echo "Nothing to configure"
}
build() {
@@ -17,5 +18,5 @@ build() {
install() {
echo "Installing $PACKAGE to ${DESTDIR}"
cd "${SRCDIR}/${PACKAGE}-${VERSION}"
make install PREFIX="${DESTDIR}"
make install PREFIX="${DESTDIR}/usr/local"
}