libc-client: update to 2006k
This commit is contained in:
parent
7579bce0e1
commit
0352df694a
@ -15,10 +15,7 @@ drwxr-xr-x root/root usr/include/c-client/
|
||||
-rw-r--r-- root/root usr/include/c-client/linkage.c
|
||||
-rw-r--r-- root/root usr/include/c-client/linkage.h
|
||||
-rw-r--r-- root/root usr/include/c-client/mail.h
|
||||
-rw-r--r-- root/root usr/include/c-client/mbx.h
|
||||
-rw-r--r-- root/root usr/include/c-client/mh.h
|
||||
-rw-r--r-- root/root usr/include/c-client/misc.h
|
||||
-rw-r--r-- root/root usr/include/c-client/mx.h
|
||||
-rw-r--r-- root/root usr/include/c-client/netmsg.h
|
||||
-rw-r--r-- root/root usr/include/c-client/newsrc.h
|
||||
-rw-r--r-- root/root usr/include/c-client/nl.h
|
||||
@ -32,6 +29,7 @@ drwxr-xr-x root/root usr/include/c-client/
|
||||
-rw-r--r-- root/root usr/include/c-client/tcp_unix.h
|
||||
-rw-r--r-- root/root usr/include/c-client/unix.h
|
||||
-rw-r--r-- root/root usr/include/c-client/utf8.h
|
||||
-rw-r--r-- root/root usr/include/c-client/utf8aux.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libc-client.a
|
||||
lrwxrwxrwx root/root usr/lib/libc-client.so -> libc-client.so.1.0.0
|
||||
|
@ -1 +1 @@
|
||||
9a80f58d8d6a0979c13714ae69050020 imap-2004g.tar.Z
|
||||
3a98066870fb8075c744079309e379c8 imap-2006k.tar.Z
|
||||
|
@ -4,12 +4,13 @@
|
||||
# Depends on: openssl
|
||||
|
||||
name=libc-client
|
||||
version=2004g
|
||||
version=2006k
|
||||
release=1
|
||||
source=(ftp://ftp.cac.washington.edu/imap/old/imap-$version.tar.Z)
|
||||
source=(ftp://ftp.cac.washington.edu/imap/imap-$version.tar.Z)
|
||||
|
||||
build () {
|
||||
cd imap-$version
|
||||
sed -i 's/read x/x=y/' Makefile
|
||||
echo y | make slx EXTRACFLAGS="$CFLAGS" \
|
||||
SSLTYPE=unix \
|
||||
SSLDIR=/usr \
|
||||
@ -17,14 +18,14 @@ build () {
|
||||
IP=6
|
||||
cd c-client
|
||||
gcc -Wl,-soname,$name.so.1 -shared -fPIC -o $name.so.1.0.0 *.o
|
||||
|
||||
|
||||
install -d $PKG/usr/{lib,include/c-client}
|
||||
|
||||
|
||||
install -m 644 c-client.a $PKG/usr/lib/$name.a
|
||||
install -m 755 $name.so.1.0.0 $PKG/usr/lib
|
||||
ln -s $name.so.1.0.0 $PKG/usr/lib/$name.so.1
|
||||
ln -s $name.so.1.0.0 $PKG/usr/lib/$name.so
|
||||
|
||||
|
||||
install -m 644 *.h $PKG/usr/include/c-client
|
||||
install -m 644 linkage.c $PKG/usr/include/c-client
|
||||
rm $PKG/usr/include/c-client/os_*.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user