base files

This commit is contained in:
Adrien Marquès 2020-02-24 19:56:43 +01:00
commit 43cf32ce65
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
3 changed files with 30 additions and 0 deletions

7
LICENSE Normal file
View File

@ -0,0 +1,7 @@
Copyright 2020 xdrm-brackets <xdrm.brackets.dev@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
include ../Makefile.common
default: build
build:
cd rtl8821ce;
make clean all install;
modprobe -a 8821ce;

15
package.yml Normal file
View File

@ -0,0 +1,15 @@
name : rtl8821ce
version : 0.1.0
release : 1
source :
- https://github.com/tomaspinho/rtl8821ce/archive/master.tar.gz : 726ade4c0918b668d122e5944b911c0e00b181d7f1d02a1caa121fb2661da5cf
license : GPL-3.0-or-later
summary : rtl8821ce driver
builddeps : system.devel git
description: |
Auto-install rtl8821ce driver installation for RealTek Wireless cards.
setup : |
%configure
tar xf ${sources} --strip-components=1 -C rtl8821ce
build : |
%make