mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
ayat_tafasir_data: new recipe (#4696)
This commit is contained in:
62
app-text/ayat_tafasir_data/ayat_tafasir_data-0.0.1.recipe
Normal file
62
app-text/ayat_tafasir_data/ayat_tafasir_data-0.0.1.recipe
Normal file
@@ -0,0 +1,62 @@
|
||||
SUMMARY="Quran interpretation data from KSU-Electronic Mosshaf project"
|
||||
DESCRIPTION="Ayat data is use by other project like elforkane and mtafsir \
|
||||
get from original project to minimize maintenance .
|
||||
contain tafsir database:
|
||||
* ar_muyassar.db
|
||||
* sa3dy.db
|
||||
* baghawy.db
|
||||
* katheer.db
|
||||
* qortoby.db
|
||||
* tabary.db
|
||||
* tafheem.db
|
||||
* waseet.db
|
||||
* tanweer.db
|
||||
* russian.db
|
||||
* e3rab.db
|
||||
* indonesian.db
|
||||
* tafheem.db
|
||||
noted that the file is derivation from project tanzil.net"
|
||||
HOMEPAGE="http://quran.ksu.edu.sa/ayat/"
|
||||
COPYRIGHT="2014-2019 King Saud University
|
||||
2008-2016 Tanzil.net team"
|
||||
LICENSE="Creative Commons Attribution 3.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://quran.ksu.edu.sa/ayat/tafasir.ayt"
|
||||
CHECKSUM_SHA256="1e96839de6ee8103ec19167f1e9668b9c44084cd0a4e7d7a33d1e05aa4e9b05d"
|
||||
SOURCE_DIR="tafasir"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
ayat_tafasir_data
|
||||
mtafsir_data
|
||||
elforkane_data
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:find
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p "$dataDir/ayat/tafasir"
|
||||
find . -name '*.ayt' -exec sh -c 'mv "$0" "${0%.ayt}.db"' {} \;
|
||||
cp *.db $dataDir/ayat/tafasir/
|
||||
cat << EOF > $dataDir/ayat/tafasir/tafasirInfo
|
||||
ar_muyassar.db,التفسير الميسر
|
||||
baghawy.db,تفسير البغوي
|
||||
e3rab.ayt,Qasim Da'aas
|
||||
indonesian.db,Bahasa Indonesia
|
||||
katheer.db,تفسير ابن كثير
|
||||
qortoby.db,تفسير القرطبي
|
||||
russian.db,Russian languange
|
||||
sa3dy.db,تفسير السعدي
|
||||
tabary.db,تفسير الطبري
|
||||
tafheem.db,ابوالاعلی مودودی
|
||||
tanweer.db,التحرير والتنوير
|
||||
waseet.db,Al-Waseet
|
||||
EOF
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
Tanzil Quran Text
|
||||
Copyright (C) 2008-2016 Tanzil Project
|
||||
License: Creative Commons Attribution 3.0
|
||||
|
||||
This copy of the Quran text is carefully produced, highly
|
||||
verified and continuously monitored by a group of specialists
|
||||
in Tanzil Project.
|
||||
|
||||
TERMS OF USE:
|
||||
|
||||
- Permission is granted to copy and distribute verbatim copies
|
||||
of this text, but CHANGING IT IS NOT ALLOWED.
|
||||
|
||||
- This Quran text can be used in any website or application,
|
||||
provided that its source (Tanzil Project) is clearly indicated,
|
||||
and a link is made to tanzil.net to enable users to keep
|
||||
track of changes.
|
||||
|
||||
- This copyright notice shall be included in all verbatim copies
|
||||
of the text, and shall be reproduced appropriately in all files
|
||||
derived from or containing substantial portion of this text.
|
||||
|
||||
Please check updates at: http://tanzil.net/updates/
|
||||
Reference in New Issue
Block a user