summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--LICENSE7
-rw-r--r--PKGBUILD13
3 files changed, 20 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 838e940e4e43..5718294bd01d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = osaka-simulator
pkgdesc = A fanmade interactive Osaka simulator from hirahira.net for PC
pkgver = Aug_2003
- pkgrel = 3
- url = https://azumanga.fandom.com/wiki/Ayumu_Kasuga%27s_Mail_Order_Life
+ pkgrel = 4
+ url = http://web.archive.org/web/20230207145313/http://www.hirahira.net/products/tsu_hanFinal/index.html
arch = any
- license = LicenseRef-unknown
+ license = LicenseRef-OsakaSimulator
makedepends = unzip
makedepends = gendesk
makedepends = icoutils
@@ -12,9 +12,11 @@ pkgbase = osaka-simulator
depends = winetricks
provides = osaka-simulator
source = file://Osaka Simulator FINAL (standalone).zip
+ source = LICENSE
source = osaka-simulator
source = tsu_han.cfg
md5sums = 69c5e729bd4acc28320afbcc863b454a
+ md5sums = 8dbaaafc4d661ff2eed17a2e3d32ca77
md5sums = 8af04a78b75b73656908f722d6cbce19
md5sums = 7b644ee8fdf4d1b8213115bef3a1b90c
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..e7e8150ded87
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,7 @@
+無断再配布・配信やメディア掲載、改変などはご遠慮下さい。
+また当アプリケーションを利用することによって発生した直接的または間接的な被害に関して一切責任は負えません。
+了承して下さる場合のみご利用下さい。
+
+本製品の販売、サポートは国内のみとさせていただきます。
+
+This application is supported and sale only in japan. Sorry. \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 917d86fc77e5..d2bdcfc0e8f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,20 @@ pkgname="osaka-simulator"
pkgdesc="A fanmade interactive Osaka simulator from hirahira.net for PC"
pkgver=Aug_2003
-pkgrel=3
+pkgrel=4
arch=(any)
-url="https://azumanga.fandom.com/wiki/Ayumu_Kasuga%27s_Mail_Order_Life"
-license=("LicenseRef-unknown")
+url="http://web.archive.org/web/20230207145313/http://www.hirahira.net/products/tsu_hanFinal/index.html"
+license=("LicenseRef-OsakaSimulator")
depends=(wine winetricks)
makedepends=(unzip gendesk icoutils)
provides=(osaka-simulator)
-source=("file://Osaka Simulator FINAL (standalone).zip" "osaka-simulator" "tsu_han.cfg")
-md5sums=("69c5e729bd4acc28320afbcc863b454a" "8af04a78b75b73656908f722d6cbce19" "7b644ee8fdf4d1b8213115bef3a1b90c")
+source=("file://Osaka Simulator FINAL (standalone).zip" "LICENSE" "osaka-simulator" "tsu_han.cfg")
+md5sums=("69c5e729bd4acc28320afbcc863b454a" "8dbaaafc4d661ff2eed17a2e3d32ca77" "8af04a78b75b73656908f722d6cbce19" "7b644ee8fdf4d1b8213115bef3a1b90c")
DLAGENTS=("file::/usr/bin/echo Could not find %u. Please download it to `$(pwd)` in order to build the package.")
@@ -60,4 +60,7 @@ package() {
# copy the extracted icon and the generated .desktop file
install -Dm644 OsakaSimulator.png "${pkgdir}/usr/share/pixmaps/osaka-simulator.png"
install -Dm644 "Ayumu Kasuga's Mail Order Life.desktop" "${pkgdir}/usr/share/applications/osaka-simulator.desktop"
+
+ # copy the license
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/osaka-simulator/LICENSE"
} \ No newline at end of file