From fccd2eca5e74f91dd7a59ea0b59978db1584a2ac Mon Sep 17 00:00:00 2001 From: lotte steenbrink Date: Fri, 31 Jan 2014 11:24:35 +0000 Subject: [PATCH] Fixed some typos & language in pkg/PORTING --- pkg/PORTING | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/PORTING b/pkg/PORTING index 75860fa513..773a5206fb 100644 --- a/pkg/PORTING +++ b/pkg/PORTING @@ -1,10 +1,10 @@ This directory provides some porting information for libraries and programs to -use with RIOT (to build an external module). If you like add a package to RIOT -you need to add directory to this directory with the name of your package. This -directory should contain at least to files: +use with RIOT (to build an external module). If you'd like to add a package to +RIOT you need to add a directory with the name of your package to this directory. +Your directory should contain at least two files: * patch.txt - Your patch of the upstream project of the package to make it build with RIOT * Makefile - A Makefile describing how to get the upstream project, apply the patch and how to build the package as a RIOT module. - a rough template for several methods of aquiring a package - is provided in Makefile.git, Makefile.http, and Makefile.svn + A rough template for several methods of acquiring a package + is provided in Makefile.git, Makefile.http, and Makefile.svn \ No newline at end of file