libasyncd.paketlendi
This commit is contained in:
parent
e75fe78706
commit
122681ed0e
2 changed files with 34 additions and 0 deletions
16
talimatname/genel/libasyncd/talimat
Normal file
16
talimatname/genel/libasyncd/talimat
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Description: Gömülü ssl destekli asenkron c,c++ sunucu uygulaması.
|
||||||
|
# Url: https://github.com/wolkykim/libasyncd
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: libevent qlibc
|
||||||
|
|
||||||
|
name=libasyncd
|
||||||
|
version=1.0.2
|
||||||
|
release=1
|
||||||
|
source=(https://github.com/wolkykim/libasyncd/archive/v$version.tar.gz::$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build () {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make -j1 QLIBC=system DESTDIR=$PKG install
|
||||||
|
}
|
||||||
|
|
18
talimatname/genel/qlibc/talimat
Normal file
18
talimatname/genel/qlibc/talimat
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Description: Hızlı ve sade C kütüphaneleri
|
||||||
|
# Url: https://github.com/wolkykim/qlibc
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on:
|
||||||
|
|
||||||
|
name=qlibc
|
||||||
|
version=2.4.2
|
||||||
|
release=1
|
||||||
|
source=(https://github.com/wolkykim/qlibc/archive/v$version.tar.gz::$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build () {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make tests
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue