contrib/fsam7440-console/Pkgfile
2006-10-28 23:31:19 +03:00

17 lines
425 B
Plaintext

# Description: Wireless switch for Fujitsu-Siemens Amilo M7440 laptop
# URL: http://fsam7440.sourceforge.net/index2.html
# Maintainer: mike at openbunker dot org
# Depends on:
name=fsam7440-console
version=0.2
release=2
source=(http://dl.sourceforge.net/sourceforge/fsam7440/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
/usr/bin/install -D -m 755 fsam7440 $PKG/usr/sbin/fsam7440
}