forked from ports/compat-32
libmng-32: initial commit
This commit is contained in:
parent
37d0bdcacc
commit
cf038d86d1
0
libmng-32/.32bit
Normal file
0
libmng-32/.32bit
Normal file
7
libmng-32/.footprint
Normal file
7
libmng-32/.footprint
Normal file
@ -0,0 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libmng.a
|
||||
-rwxr-xr-x root/root usr/lib32/libmng.la
|
||||
lrwxrwxrwx root/root usr/lib32/libmng.so -> libmng.so.1.0.0
|
||||
lrwxrwxrwx root/root usr/lib32/libmng.so.1 -> libmng.so.1.0.0
|
||||
-rwxr-xr-x root/root usr/lib32/libmng.so.1.0.0
|
1
libmng-32/.md5sum
Normal file
1
libmng-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
a464ae7d679781beebdf7440d144b7bd libmng-1.0.10.tar.gz
|
23
libmng-32/Pkgfile
Normal file
23
libmng-32/Pkgfile
Normal file
@ -0,0 +1,23 @@
|
||||
# Description: libmng - Mutliple Image Network Graphics
|
||||
# URL: http://www.libmng.com
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: zlib-32 libjpeg-32 lcms-32
|
||||
|
||||
name=libmng-32
|
||||
version=1.0.10
|
||||
release=1
|
||||
source=(http://downloads.sourceforge.net/libmng/libmng-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd libmng-$version
|
||||
|
||||
ln -s makefiles/configure.in .
|
||||
ln -s makefiles/Makefile.am .
|
||||
sed -i '/AM_C_PROTOTYPES/d' configure.in
|
||||
autoreconf --force --install
|
||||
./configure --prefix=/usr --libdir=/usr/lib32 --mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/{include,man}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user