forked from ports/contrib
fsam7440-console: initial import
This commit is contained in:
parent
3688212926
commit
7cb7ea9fc3
3
fsam7440-console/.footprint
Normal file
3
fsam7440-console/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/fsam7440
|
1
fsam7440-console/.md5sum
Normal file
1
fsam7440-console/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
314653add677b40ce39477d59bcab6a6 fsam7440-console-0.2.tar.bz2
|
16
fsam7440-console/Pkgfile
Normal file
16
fsam7440-console/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
||||
# 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user