mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
add debian packaging scripts
This commit is contained in:
parent
508db8e375
commit
cea5e04a3f
11
libruntimeiospatch/debian/changelog
Normal file
11
libruntimeiospatch/debian/changelog
Normal file
@ -0,0 +1,11 @@
|
||||
libruntimeiospatch (1.5.2-1nano) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Christopher Roy Bratusek <nano@jpberlin.de> Sat, 11 Jul 2015 18:35:38 +0200
|
||||
|
||||
libruntimeiospatch (1.5.1-1nano) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Christopher Roy Bratusek <nano@tuxfamily.org> Sun, 19 Jan 2014 19:00:03 +0100
|
1
libruntimeiospatch/debian/compat
Normal file
1
libruntimeiospatch/debian/compat
Normal file
@ -0,0 +1 @@
|
||||
9
|
14
libruntimeiospatch/debian/control
Normal file
14
libruntimeiospatch/debian/control
Normal file
@ -0,0 +1,14 @@
|
||||
Source: libruntimeiospatch
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Christopher Roy Bratusek <nano@jpberlin.de>
|
||||
Build-Depends: debhelper (>= 8.0.0), devkitppc-amd64 | devkitppc-i686, libogc
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: http://www.nanolx.org/homebrew/libruntimeiospatch
|
||||
|
||||
Package: libruntimeiospatch
|
||||
Architecture: all
|
||||
Depends: devkitppc-amd64 | devkitppc-i686, libogc
|
||||
Conflicts: libogc-runtimeiospatch
|
||||
Description: Wii/vWii development library for homebrew
|
||||
A library providing necessary functions for patching IOS at runtime using HW_AHBPROT.
|
32
libruntimeiospatch/debian/copyright
Normal file
32
libruntimeiospatch/debian/copyright
Normal file
@ -0,0 +1,32 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: libruntimeiospatch
|
||||
Source: http://www.nanolx.org/homebrew/libruntimeiospatch
|
||||
|
||||
Files: *
|
||||
Copyright: 2010 Joseph Jordan <joe.ftpii@psychlaw.com.au>
|
||||
2012-2013 damysteryman
|
||||
2012-2013 Christopher Bratusek <nano@jpberlin.de>
|
||||
2013 DarkMatterCore
|
||||
2014 megazig
|
||||
License: GPL-2.0+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2014 Christopher Roy Bratusek <nano@jpberlin.de>
|
||||
License: GPL-2.0+
|
||||
|
||||
License: GPL-2.0+
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
.
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
1
libruntimeiospatch/debian/docs
Normal file
1
libruntimeiospatch/debian/docs
Normal file
@ -0,0 +1 @@
|
||||
README
|
13
libruntimeiospatch/debian/rules
Executable file
13
libruntimeiospatch/debian/rules
Executable file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
|
||||
export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_install:
|
||||
mkdir -p $(CURDIR)/debian/libruntimeiospatch/opt/devkitpro/libogc/lib/wii
|
||||
mkdir -p $(CURDIR)/debian/libruntimeiospatch/opt/devkitpro/libogc/include
|
||||
cp $(CURDIR)/libruntimeiospatch.a $(CURDIR)/debian/libruntimeiospatch/opt/devkitpro/libogc/lib/wii/
|
||||
cp $(CURDIR)/source/runtimeiospatch.h $(CURDIR)/debian/libruntimeiospatch/opt/devkitpro/libogc/include/
|
1
libruntimeiospatch/debian/source/format
Normal file
1
libruntimeiospatch/debian/source/format
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
Loading…
Reference in New Issue
Block a user