summaryrefslogtreecommitdiffstats
path: root/extra/libev/Pkgfile
blob: f7efa4aa33f6fce17827aec2c379443d28cca875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Modèle d'évènement à haute performance, etc.
# URL: http://software.schmorp.de/pkg/libev
# Packager: Bartlomiej Palmowski <rotwang at crux dot org dot pl>
# Maintainer: Younes Hafri <ycrux@club-internet.fr>

name=libev
version=3.7
release=1
source=( http://dist.schmorp.de/$name/Attic/$name-$version.tar.gz )

build () {
  cd $name-$version
  ./configure  --prefix=/usr \
    --includedir=$PKG/usr/include/libev \
    --mandir=$PKG/usr/man \
    --disable-nls \
    --disable-static
  # libev headers are installed to non standard dir 
  # due to libevent conflict
  make
  make prefix=$PKG/usr install
}