tevent: 0.9.24 -> 0.9.29
This commit is contained in:
parent
0f496897c2
commit
a733eeb4de
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
2d423a63d30bb5f4af8983ccaec130b2 tevent-0.9.24.tar.gz
|
||||
4372c1430a1ecb7ea0adddfdf21c0d55 tevent-0.9.29.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user