+expat | make libpng executable

This commit is contained in:
hippoz 2021-07-14 16:02:45 +03:00
parent 10fcfc26d1
commit ce5d6ad0e8
Signed by untrusted user who does not match committer: hippoz
GPG key ID: 7C52899193467641
4 changed files with 12 additions and 0 deletions

7
expat/build Executable file
View file

@ -0,0 +1,7 @@
wget http://downloads.sourceforge.net/expat/expat-2.1.0.tar.gz
tar -xf expat-2.1.0.tar.gz
cd expat-2.1.0
./configure --prefix=/usr --disable-static
make
make DESTDIR="$1" install

5
expat/package Executable file
View file

@ -0,0 +1,5 @@
pkg_config_deploy=true
pkg_config_ver="2.1.0"
pkg_config_name="expat"
pkg_config_makedepends=""
pkg_config_depends=""

0
libpng/build Normal file → Executable file
View file

0
libpng/package Normal file → Executable file
View file