summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2015-10-14 17:23:40 +1300
committerVaporeon2015-10-14 17:23:40 +1300
commited0cb6b94e5c7e8524eed7058af66543cdade444 (patch)
treee60c94efc9167dd2f0ab8ad741069f538012d9a2
downloadaur-ed0cb6b94e5c7e8524eed7058af66543cdade444.tar.gz
Initial import
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD35
-rw-r--r--flips.desktop8
-rw-r--r--flips.pngbin0 -> 529 bytes
4 files changed, 62 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3f4a06c13291
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = flips
+ pkgdesc = Floating IPS - Applies and creates IPS and BPS patches
+ pkgver = 1.31
+ pkgrel = 1
+ url = http://www.smwcentral.net/?p=section&a=details&id=11474
+ arch = i686
+ arch = x86_64
+ license = GPL
+ makedepends = unzip
+ depends = gtk3
+ source = http://dl.smwcentral.net/11474/floating.zip
+ source = flips.desktop
+ source = flips.png
+ sha256sums = 8449637fe4ebebc46997bbd6a70ced1bf6ba2370f43c6975a0f506368a59d9f6
+ sha256sums = 73ae77df90611cc73161b1a7b3ad39e701e31fc48a573679a0144bdec041cc65
+ sha256sums = 9b7c04cb5b2ca16b12a00eeb9def35069e8cb39ef26815c8995992ab2ece6008
+
+pkgname = flips
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f781eaeaef40
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,35 @@
+# Maintainer: Vaporeon <vaporeon@tfwno.gf>
+
+pkgname=flips
+pkgver=1.31
+pkgrel=1
+pkgdesc="Floating IPS - Applies and creates IPS and BPS patches"
+depends=('gtk3')
+makedepends=('unzip')
+arch=('i686' 'x86_64')
+url="http://www.smwcentral.net/?p=section&a=details&id=11474"
+license=('GPL')
+source=('http://dl.smwcentral.net/11474/floating.zip'
+ 'flips.desktop'
+ 'flips.png')
+sha256sums=('8449637fe4ebebc46997bbd6a70ced1bf6ba2370f43c6975a0f506368a59d9f6'
+ '73ae77df90611cc73161b1a7b3ad39e701e31fc48a573679a0144bdec041cc65'
+ '9b7c04cb5b2ca16b12a00eeb9def35069e8cb39ef26815c8995992ab2ece6008')
+
+prepare() {
+ cd $srcdir
+ unzip src.zip
+}
+
+build() {
+ cd $srcdir
+ make
+}
+
+package() {
+ cd $srcdir
+ install -Dm755 flips "$pkgdir"/usr/bin/flips
+ install -Dm644 flips.desktop "$pkgdir"/usr/share/applications/flips.desktop
+ install -Dm644 flips.png "$pkgdir"/usr/share/pixmaps/flips.png
+ install -Dm644 "$srcdir"/license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
diff --git a/flips.desktop b/flips.desktop
new file mode 100644
index 000000000000..9040f09ec0a3
--- /dev/null
+++ b/flips.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Floating IPS
+Comment=Applies and creates IPS and BPS patches
+Exec=flips
+Icon=flips
+Terminal=false
+Categories=System;
diff --git a/flips.png b/flips.png
new file mode 100644
index 000000000000..be4c5deec59e
--- /dev/null
+++ b/flips.png
Binary files differ