miniupnpc.paketlendi
This commit is contained in:
parent
55e4df8fdb
commit
6ebf81e734
|
@ -1,6 +1,6 @@
|
|||
# Description: A small UPnP client library/tool to access Internet Gateway Devices
|
||||
# URL: http://miniupnp.free.fr
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
name=miniupnpc
|
||||
version=1.9
|
||||
|
@ -12,6 +12,4 @@ build() {
|
|||
cd $SRC/$name-$version
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
install -Dm644 man3/miniupnpc.3 $PKG/usr/share/man/man3/miniupnpc.3
|
||||
install -Dm644 LICENSE $PKG/usr/share/licenses/${pkgname}/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue