Add cabextract for wine

This commit is contained in:
brooksytech 2024-04-02 13:58:52 +00:00
parent a94765bcfd
commit f3d46801c1
No known key found for this signature in database

View file

@ -14,12 +14,6 @@ make_target() {
:
}
#unpack() {
# mkdir -p ${PKG_BUILD}
# tar --strip-components=1 -xf ${SOURCES}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.xz -C ${PKG_BUILD}
#}
makeinstall_target() {
mkdir -p ${INSTALL}/usr/bin
mkdir -p ${INSTALL}/usr/lib