delete package

moved to https://git.kolibrios.org/Lua/kos32-liblua
This commit is contained in:
2025-04-21 21:25:16 +05:00
parent 9acbf685dc
commit ab7d2ad788
2 changed files with 0 additions and 29 deletions

View File

@@ -66,23 +66,6 @@ uninstall:
local:
$(MAKE) install INSTALL_TOP=../install
TOOLCHAIN_DIR=home/autobuild/tools/win32
PACKAGE=package
PACKAGE_INCLUDE_PATH=$(PACKAGE)/$(TOOLCHAIN_DIR)/include/lua
PACKAGE_LIB_PATH=$(PACKAGE)/$(TOOLCHAIN_DIR)/lib
# Build deb package with include headers
$(PACKAGE): shared static
$(MKDIR) $(PACKAGE_INCLUDE_PATH)
$(MKDIR) $(PACKAGE_LIB_PATH)
cp -f src/*.h $(PACKAGE_INCLUDE_PATH)
cp -f src/lua54.dll.a $(PACKAGE_LIB_PATH)
cp -f src/liblua.a $(PACKAGE_LIB_PATH)
dpkg-deb --build $@ $@.deb
# make may get confused with install/ if it does not support .PHONY.
dummy:

View File

@@ -1,12 +0,0 @@
Package: kos32-lua-dev
Version: 0.1.3
Architecture: amd64
Section: devel
Depends: kos-newlib
Pre-Depends: kos32-gcc
Priority: optional
Homepage: https://github.com/Egor00f/lua-kolbirios
Maintainer: Egor00f <velikiydolbayeb@gmail.com>
Installed-Size: 812
Description: kolibrios lua port for dev
Contain lua headers and builded lib