21 lines
487 B
Plaintext
21 lines
487 B
Plaintext
# Description: Digium Asterisk Hardware Device Interface Tools
|
|
# URL: http://www.voip-info.org/wiki/view/DAHDI
|
|
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
|
# Depends on: dahdi
|
|
# Optional: newt
|
|
|
|
name=dahdi-tools
|
|
version=2.7.0.1
|
|
release=1
|
|
source=(http://downloads.asterisk.org/pub/telephony/$name/releases/$name-$version.tar.gz)
|
|
|
|
build () {
|
|
cd $name-$version
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--mandir=/usr/man
|
|
make -j 1
|
|
make -j 1 config install DESTDIR=$PKG install
|
|
}
|