summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Holierhoek2015-09-05 12:34:20 +0200
committerDennis Holierhoek2015-09-05 12:34:20 +0200
commit346c55df3056026eea4e90e10390114a0c779a4a (patch)
tree3a36cd12c49f5175948e37d9f3aeb2524f1d41c8
parent24bef96981207982e9a3ee116e89e4d7fd3fb72f (diff)
downloadaur-stripe.tar.gz
License fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--stripelicense.html22
3 files changed, 26 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7d520f9417c..b976b63a3736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stripe
pkgdesc = A software tool which converts a polygonal model into triangle strips
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
url = http://www3.cs.stonybrook.edu/~stripe/
arch = any
license = custom:stripe
diff --git a/PKGBUILD b/PKGBUILD
index 99db782669ee..d38aca8ae105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Megameneer (Dennis Holierhoek) <dennis.hh@hotmail.com>
pkgname=stripe
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A software tool which converts a polygonal model into triangle strips"
arch=('any')
url=http://www3.cs.stonybrook.edu/~stripe/
@@ -21,6 +21,7 @@ package() {
cd "$srcdir"/..
gzip stripe.1
install -Dm644 stripe.1.gz "$pkgdir"/usr/share/man/man1/stripe.1.gz
+ install -Dm644 stripelicense.html "$pkgdir"/usr/share/licenses/stripe/stripelicense.html
cd "$srcdir"/Stripe
- install -Dm644 stripe "$pkgdir"/usr/bin/stripe
+ install -Dm755 stripe "$pkgdir"/usr/bin/stripe
}
diff --git a/stripelicense.html b/stripelicense.html
new file mode 100644
index 000000000000..4b8110644b0e
--- /dev/null
+++ b/stripelicense.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+ <title></title>
+ <meta name="generator" content="LibreOffice 4.4.5.2 (Linux)"/>
+ <meta name="created" content="2015-09-05T12:25:03.884967927"/>
+ <meta name="changed" content="2015-09-05T12:26:13.912585756"/>
+ <style type="text/css">
+ @page { margin: 2cm }
+ p { margin-bottom: 0.25cm; line-height: 120% }
+ a:link { so-language: zxx }
+ </style>
+</head>
+<body lang="nl-NL" dir="ltr">
+<p style="margin-bottom: 0cm; line-height: 100%; widows: 1"><span style="font-variant: normal"><font color="#000000"><font face="Times New Roman"><font size="4" style="font-size: 14pt"><span style="letter-spacing: normal"><span style="font-style: normal"><b>Stripe
+is freely available for non-commerical </b></span></span></font></font></font></span><span style="font-variant: normal"><font color="#000000"><font face="Times New Roman"><font size="4" style="font-size: 14pt"><span style="letter-spacing: normal"><span style="font-style: normal"><span style="font-weight: normal">use
+with commercial licenses available for a nominal fee. </span></span></span></font></font></font></span><a href="mailto:stripe@cs.sunysb.edu"><span style="font-variant: normal"><font face="Times New Roman"><font size="4" style="font-size: 14pt"><span style="letter-spacing: normal"><span style="font-style: normal"><span style="font-weight: normal">Contact
+us</span></span></span></font></font></span></a><span style="font-variant: normal"><font color="#000000"><font face="Times New Roman"><font size="4" style="font-size: 14pt"><span style="letter-spacing: normal"><span style="font-style: normal"><span style="font-weight: normal">
+if you are interested in a commercial license.</span></span></span></font></font></font></span></p>
+</body>
+</html> \ No newline at end of file