tevent: 0.9.24 -> 0.9.29

This commit is contained in:
Alan Mizrahi 2016-09-01 12:10:58 +09:00
parent 0f496897c2
commit a733eeb4de
3 changed files with 7 additions and 6 deletions

View File

@ -2,9 +2,9 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/tevent.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0.9.24
lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.9.24
-rwxr-xr-x root/root usr/lib/libtevent.so.0.9.24
lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0.9.29
lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.9.29
-rwxr-xr-x root/root usr/lib/libtevent.so.0.9.29
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/tevent.pc
drwxr-xr-x root/root usr/lib/python2.7/

View File

@ -1 +1 @@
2d423a63d30bb5f4af8983ccaec130b2 tevent-0.9.24.tar.gz
4372c1430a1ecb7ea0adddfdf21c0d55 tevent-0.9.29.tar.gz

View File

@ -5,13 +5,14 @@
# Optional: python
name=tevent
version=0.9.24
version=0.9.29
release=1
source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz)
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--bundled-libraries=NONE \
--prefix=/usr
make
make DESTDIR=$PKG install