forked from alnux/repo
+expat | make libpng executable
This commit is contained in:
parent
10fcfc26d1
commit
ce5d6ad0e8
4 changed files with 12 additions and 0 deletions
7
expat/build
Executable file
7
expat/build
Executable 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
5
expat/package
Executable 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
0
libpng/build
Normal file → Executable file
0
libpng/package
Normal file → Executable file
0
libpng/package
Normal file → Executable file
Loading…
Reference in a new issue