Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Add mgwport script
Browse files Browse the repository at this point in the history
AKA eat our own dog food.

Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
  • Loading branch information
t-b committed Oct 16, 2014
1 parent 98324ce commit f3d97fc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions mgwport-0.10.6-1.mgwport
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
DESCRIPTION="Next-generation MinGW/MSYS packaging application"
HOMEPAGE="http://www.mingw.org/"
SRC_URI="mirror://sourceforge/mingw/${P}.tar.xz"

PKG_COMPTYPES="bin doc lic"
PKG_CONTENTS[0]='bin/mgwport lib/ share/mgwport/ etc/'
PKG_CONTENTS[1]="--exclude=share/doc/${PN}/${PV}/COPYING
share/doc share/man share/mime/packages/mgwport.xml"
PKG_CONTENTS[2]="share/doc/${PN}/${PV}/COPYING"

# We use the standard src_compile and src_test.

DOCS="CYGPORT.NEWS CYGPORT.README CYGPORT.TODO"
src_install() {
cd ${B}
mgwinstall

make_etc_defaults $(__mpflavor_sysconfdir)/mgwport.conf
}

0 comments on commit f3d97fc

Please sign in to comment.