Merge branch '2.3' into 2.4
This commit is contained in:
commit
18d75e6048
@ -1 +1 @@
|
||||
3f8441cbea0c51627b58a353cdb0e635 fakeroot_1.8.4.tar.gz
|
||||
d57f49f4d1e47aa5ab9c39b4d28832f1 fakeroot_1.8.5.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||
|
||||
name=fakeroot
|
||||
version=1.8.4
|
||||
version=1.8.5
|
||||
release=1
|
||||
source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.tar.gz)
|
||||
|
||||
|
@ -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
|
||||
|
@ -12,13 +12,13 @@ drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libpng.a -> libpng12.a
|
||||
lrwxrwxrwx root/root usr/lib/libpng.la -> libpng12.la
|
||||
lrwxrwxrwx root/root usr/lib/libpng.so -> libpng12.so
|
||||
lrwxrwxrwx root/root usr/lib/libpng.so.3 -> libpng.so.3.22.0
|
||||
-rwxr-xr-x root/root usr/lib/libpng.so.3.22.0
|
||||
lrwxrwxrwx root/root usr/lib/libpng.so.3 -> libpng.so.3.23.0
|
||||
-rwxr-xr-x root/root usr/lib/libpng.so.3.23.0
|
||||
-rw-r--r-- root/root usr/lib/libpng12.a
|
||||
-rwxr-xr-x root/root usr/lib/libpng12.la
|
||||
lrwxrwxrwx root/root usr/lib/libpng12.so -> libpng12.so.0.22.0
|
||||
lrwxrwxrwx root/root usr/lib/libpng12.so.0 -> libpng12.so.0.22.0
|
||||
-rwxr-xr-x root/root usr/lib/libpng12.so.0.22.0
|
||||
lrwxrwxrwx root/root usr/lib/libpng12.so -> libpng12.so.0.23.0
|
||||
lrwxrwxrwx root/root usr/lib/libpng12.so.0 -> libpng12.so.0.23.0
|
||||
-rwxr-xr-x root/root usr/lib/libpng12.so.0.23.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
lrwxrwxrwx root/root usr/lib/pkgconfig/libpng.pc -> libpng12.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libpng12.pc
|
||||
|
@ -1 +1 @@
|
||||
e50208ad684a5822c74b8a260962a4d4 libpng-1.2.22.tar.bz2
|
||||
b1b3794a8b80dd298d4d216f4886ad52 libpng-1.2.23.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: zlib
|
||||
|
||||
name=libpng
|
||||
version=1.2.22
|
||||
version=1.2.23
|
||||
release=1
|
||||
source=(ftp://ftp.simplesystems.org/pub/$name/png/src/$name-$version.tar.bz2)
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
448caca4745aef1a842f4fdb1aa62e1e samba
|
||||
16b47e6add332e5ac4523fc88c381d06 samba-3.0.26a.tar.gz
|
||||
57aedd342cafddbb28e2936c15dde96b samba-3.0.27a.tar.gz
|
||||
fbaccda19afc8f75f6f0123cab82c87e samba-config.patch
|
||||
|
@ -4,14 +4,16 @@
|
||||
# Depends on: ncurses, readline
|
||||
|
||||
name=samba
|
||||
version=3.0.26a
|
||||
version=3.0.27a
|
||||
release=1
|
||||
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
|
||||
samba-config.patch samba)
|
||||
|
||||
build () {
|
||||
cd $name-$version/source
|
||||
patch -d $SRC -p0 -i $SRC/samba-config.patch
|
||||
|
||||
patch -d .. -p1 -i $SRC/samba-config.patch
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--with-fhs \
|
||||
--with-smbmount \
|
||||
@ -20,14 +22,15 @@ build () {
|
||||
--with-piddir=/var/run/samba \
|
||||
--with-mandir=/usr/man \
|
||||
--with-logfilebase=/var/log/samba
|
||||
|
||||
make -j1
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
||||
# symlinks
|
||||
(cd $PKG/usr/lib
|
||||
ln -s samba/libsmbclient.so libsmbclient.so
|
||||
ln -s samba/libsmbclient.so libsmbclient.so.0)
|
||||
|
||||
|
||||
# nsswitch extensions
|
||||
install -d $PKG/lib
|
||||
install nsswitch/libnss_win{s,bind}.so $PKG/lib
|
||||
@ -37,11 +40,11 @@ build () {
|
||||
# spool/log directory
|
||||
install -d $PKG/var/log/samba
|
||||
install -d -m 1777 $PKG/var/spool/samba
|
||||
|
||||
|
||||
# config-file and start-script
|
||||
cp ../examples/smb.conf.default $PKG/etc/samba
|
||||
install -D -m 755 $SRC/samba $PKG/etc/rc.d/samba
|
||||
|
||||
|
||||
# cleanup
|
||||
rm -r $PKG/usr/{var,lib/samba/*.msg}
|
||||
chmod -x $PKG/usr/include/*
|
||||
|
@ -1,2 +1,2 @@
|
||||
e8f478e4b74d5f57651fb145df6021ba mozconfig
|
||||
1a002dfc74cfb7f0b36a448ea3cd14b9 thunderbird-2.0.0.6-source.tar.bz2
|
||||
a6dd74f87dafc7516e7970ecefee046b thunderbird-2.0.0.9-source.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: libidl, gtk, libjpeg, libpng, zlib, expat
|
||||
|
||||
name=thunderbird
|
||||
version=2.0.0.6
|
||||
version=2.0.0.9
|
||||
release=1
|
||||
source=(ftp://ftp.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2 \
|
||||
mozconfig)
|
||||
|
@ -1 +1 @@
|
||||
d7900691c415bcc725c1bf2b15e4fb99 imap-2006j2.tar.Z
|
||||
3a98066870fb8075c744079309e379c8 imap-2006k.tar.Z
|
||||
|
@ -4,9 +4,9 @@
|
||||
# Depends on: openssl
|
||||
|
||||
name=uw-imap
|
||||
version=2006j2
|
||||
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::5}
|
||||
|
Loading…
x
Reference in New Issue
Block a user