diff options
author | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2009-04-20 20:38:22 +0200 |
---|---|---|
committer | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2009-04-20 20:38:22 +0200 |
commit | 8b578cf4a03893cbeae26ae772fd7c5a5c079c9a (patch) | |
tree | 20fc29c1315009648ec20be03fac976eaac7dd7a /libev | |
parent | 36b861781353807cdb609fdf8440d4b5bc79434c (diff) | |
download | contrib-8b578cf4a03893cbeae26ae772fd7c5a5c079c9a.tar.gz contrib-8b578cf4a03893cbeae26ae772fd7c5a5c079c9a.tar.xz |
libev: \/3|2510|\| |3|_||\/||>
Diffstat (limited to 'libev')
-rw-r--r-- | libev/.footprint | 7 | ||||
-rw-r--r-- | libev/.md5sum | 2 | ||||
-rw-r--r-- | libev/Pkgfile | 5 |
3 files changed, 7 insertions, 7 deletions
diff --git a/libev/.footprint b/libev/.footprint index 4c3a15acc..ff7362d8a 100644 --- a/libev/.footprint +++ b/libev/.footprint @@ -8,7 +8,6 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libev.so -> libev.so.3.0.0 lrwxrwxrwx root/root usr/lib/libev.so.3 -> libev.so.3.0.0 -rwxr-xr-x root/root usr/lib/libev.so.3.0.0 -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man3/ --rw-r--r-- root/root usr/share/man/man3/ev.3.gz +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man3/ +-rw-r--r-- root/root usr/man/man3/ev.3.gz diff --git a/libev/.md5sum b/libev/.md5sum index dcf1acf11..bb110c10f 100644 --- a/libev/.md5sum +++ b/libev/.md5sum @@ -1 +1 @@ -5bdabddcd63680b31cff97aa668e5b03 libev-3.52.tar.gz +d21d59c5085a3656f1ab0890468dd703 libev-3.53.tar.gz diff --git a/libev/Pkgfile b/libev/Pkgfile index 079c4dd19..294f15a6c 100644 --- a/libev/Pkgfile +++ b/libev/Pkgfile @@ -4,13 +4,14 @@ # Packager: Younes Hafri <ycrux@club-internet.fr> name=libev -version=3.52 +version=3.53 release=1 source=(http://dist.schmorp.de/$name/$name-$version.tar.gz) build () { cd $name-$version - ./configure --prefix=/usr \ +# --mandir fsckin b0rken + ./configure --prefix=/usr --mandir=$PKG/usr/man \ --disable-nls --disable-static make make prefix=$PKG/usr install |