[Solved]Unzip as makedepends and multiple licenses

Hello,
I'm creating a package for the Entypo font. I was hoping someone could help me with some doubts I have.
1. The source file is a zip archive. Does that mean that I should add unzip as a makedepends? I see some packages do and some don't, so I'm not sure.
2. I included a license file in the package because the OFL license isn't in licenses.
cd $srcdir/../
Is this the right way to access the root directory of the package(where I put the license file)?
3. The font contains some logos like Github's and Facebook's. They have different license and/or trademarks. They also aren't included in the source file. Should they be included in the PKGBUILD?
Thanks for your time,
Steef
PKGBUILD(builds and installs fine)
pkgname=otf-entypo
pkgver=2.0
pkgrel=1
pkgdesc="A font set of 250+ carefully crafted pictograms."
arch=('any')
url="http://www.entypo.com"
license=('custom:OFL')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
makedepends=('unzip')
install=entypo.install
source=("http://dl.dropbox.com/u/4339492/Entypo.zip")
package() {
mkdir -p "$pkgdir/usr/share/licenses/$pkgname/"
cd $srcdir/../
install -m644 license.txt "$pkgdir/usr/share/licenses/$pkgname/"
cd "$srcdir/Entypo/Desktop typeface/"
mkdir -p "$pkgdir"/usr/share/fonts/OTF
install -m644 *.otf "$pkgdir"/usr/share/fonts/OTF/
md5sums=("c8d3934d41066a470c444f3236133203")
entypo.install
post_install() {
echo -n "Updating font cache... "
fc-cache -f > /dev/null
mkfontscale /usr/share/fonts/OTF
mkfontdir /usr/share/fonts/OTF
echo "done."
post_upgrade() {
post_install $1
post_remove() {
post_install $1
EDIT: Entypo's website seems down at the moment. It didn't really contain any useful information but here's a page at openfontlibrary.org for reference.
Last edited by Steef435 (2013-08-30 11:16:08)

Thanks a lot for all the responses,
@Xyne, HalosGhost Thanks, works like a charm now.
Regarding the license, I'll include the section from the website and the OFL as suggested by Progandy, thanks! I won't include the CC-BY-SA because it's in licenses, so I added it to the licenses array.
It all works great now, I'll upload it to the AUR. Thanks again for the help!
My final PKGBUILD:
# Mantainer: steef435 <[email protected]>
pkgname=otf-entypo
pkgver=2.0
pkgrel=1
pkgdesc="A font set of 250+ carefully crafted pictograms."
arch=('any')
url="http://www.entypo.com"
license=('CCPL:by-sa'
'custom')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
install=entypo.install
source=("http://dl.dropbox.com/u/4339492/Entypo.zip"
"license.txt"
"OFL.txt")
md5sums=("c8d3934d41066a470c444f3236133203"
"69e35cdba6c562199177104127137377"
"60aa5b02420a96f0fb1e19f8690e94f3")
package() {
install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
install -m644 -t "$pkgdir/usr/share/licenses/$pkgname" $srcdir/license.txt $srcdir/OFL.txt
install -dm755 "$pkgdir/usr/share/fonts/OTF"
cd "$srcdir/Entypo/Desktop typeface/"
install -m644 -t "$pkgdir/usr/share/fonts/OTF" *.otf

Similar Messages

  • One Photoshop and Multiple Licenses?

    I want to purchase one Photoshop program but with additional licenses for other people to use on their computers. Does anyone know how much each additional license would cost?
    Also could the licenses be used on Macs and PCs?
    Thanks!!
    - Allen

    Right, so your IDP will have a single certificate which will be single-instanced on the SharePoint farm. Steve's article is accurate for SharePoint 2013 and I've used this method with ADFS. It should be no different, on the SharePoint side, with other IDPs.
    WAC is beyond SAML. The S2S/JWTs take care of it.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Multiple licenses between cs3 and cs5

    I have cs 3, I think design and web, the point is I have Dreamweaver CS3, from a while ago, and recently I installed CS5 Design, which doesn't come with Dreamweaver.  Now my DW cs3 is now deauthorized.  I would rather get this up and running, Is there a trick to getting this work, or will it not work.  Can I run multiple licenses on the same machine for different cs versions.  This was not an upgrade to cs5, but a new install.  If I'm screwed, which is unfair, can I buy CS6 DW as a astand alone or will this jerk around my cs5?

    Yes sorry it was really late last night and I just wanted to start the discussion before I went to sleep, I only slept 2 hours the night before.  I'm looking for the CS3 installers and I'm trying to remember what they called the suite back then because I thought they changed the name, It was actually called CS3 Design Premium.  What I have now is CS5 Design standard.  With CS6 they actually change the names a bit.  When I find the installers for CS3 I was thinking that I might try reinstalling.  They are both seats that were bought for me with volume pricing through my company.  I am trying to get in touch with my IT guy at work to just give me the right seat, but I'd be fine if the both worked.  We do have the licenses for two different type of seats, premium and standard, or their cs 6 name equivalents.
    Should I try reinstalling?
    Thanks.

  • No SIM on iPad. Tried different cards, same thing. Updated and multiple reboots have solved the problem. IPad fault?

    No Sim on iPad. Tried different cards, same thing. Updated iOS and multiple reboots, no luck. iPad fault? What do I do now, ask for replacement?

    Apple has acknowledged that the "no sim card" message has been a problem for some users. iOS 5.1 is reported by MacWorld to resolve this issue. 5.1 is in development and a beta version has been seeded to developers. In the meant time I suggest contacting Apple.

  • What is the criteria for selecting a license if multiple licenses exist

    Hello experts,
    If multiple licenses exist for an order in GTS, what is the criteria to decide which license will finally be selected?
    The log says "Number of import/export licenses that could be affected: 3" but it finally picks up one.
    Does it do it sequentially using the internal license number?
    We have a scenario where we are upgarding from version 7 to version 10, and there is one license (say A) which was created in the older version and copied to the new system after upgrade. There is also a new license (say B) directly created in the new version (with same selection criteria as A)
    Now when an order is created, both licenses are "affected" but it picks up the license B created in the new version.
    If the system was picking license based on internal number it should have picked up license A which was created in earlier version (as that had a lower internal number sequentially). If I expire license B and recheck the order, then it correctly picks up A.
    So what is the actual criteria to select a license and in this case was License A not given priority because it was created in older version and then copied to new version as part of upgrade?

    As far as I can see from a quick look at the code, there is no attempt to place the determined licences in any particular order.  Since they are selected from table /SAPSLL/LCLIC, it seems reasonable that they would be selected according to field GUID_LCLIC.  Within one system, the GUIDs remain in order of creation date/time; however I don't know GUIDs are formed in relation to different systems.  My bet is that if you check in SE16, your "early" licence actually has a higher GUID value than the recent ones.
    Please check, and see if I'm right.
    Regards,
    Dave

  • I am having issues related to storage and I believe this is causing my computer to slow down. "Other" files part is the major occupier(180 GB). I have done Omni disk and multiple other cleaning(iTunes-device, restart, etc), yet have not been able to empty

    I am having issues related to storage and I believe this is causing my computer to slow down. "Other" files part is the major occupier(180 GB). I have done Omni disk and multiple other cleaning(iTunes-device, restart, etc), yet have not been able to empty any more space, nor to speed up my computer? Any suggestions? All your contributions are welcomed. Thanks. Mehmet Mazhar Celikoyar

    Below is the result:
    Hardware Information:
              MacBook Pro (15-inch, Mid 2009)
              MacBook Pro - model: MacBookPro5,3
              1 3.06 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              NVIDIA GeForce 9400M - VRAM: 256 MB
              NVIDIA GeForce 9600M GT - VRAM: 512 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    Startup Items:
              HP IO - Path: /Library/StartupItems/HP IO
    System Software:
              OS X 10.9 (13A603) - Uptime: 3 days 22:8:6
    Disk Information:
              ST9500420ASG disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (220.49 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS23N 
    USB Information:
              Apple Inc. Built-in iSight
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.rim.driver.BlackBerryUSBDriverInt          (0.0.64)
              com.livedrive.filesystems.livedrivefs          (2.1.14)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.adobe.versioncueCS4.plist
              [loaded] com.creativebe.MainMenuHelper.plist
              [loaded] com.macpaw.CleanMyMac2.Agent.plist
              [loaded] com.magican.castle.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [loaded] com.rim.BBDaemon.plist
              [failed] com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist
    Launch Agents:
              [loaded] com.adobe.CS4ServiceManager.plist
              [loaded] com.hp.messagecenter.launcher.plist
              [loaded] com.hp.productresearch.plist
              [loaded] com.rim.BBLaunchAgent.plist
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist
              [failed] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist
              [failed] com.macpaw.CleanMyMac2Helper.scheduledScan.plist
              [failed] com.macpaw.CleanMyMac2Helper.trashWatcher.plist
              [failed] com.UninstallerTool.plist
              [failed] com.VolumeWatcherTool.plist
              [failed] com.zeobit.MacKeeper.Helper.plist
    User Login Items:
              BlackBerry Device Manager
              HP Scheduler
    3rd Party Preference Panes:
              Adobe Version Cue CS4
              DC30 Xact Driver Panel
              Flash Player
              Flip4Mac WMV
              Perian
    Internet Plug-ins:
              AdobePDFViewer.plugin
              AdobePDFViewerNPAPI.plugin
              Default Browser.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              OfficeLiveBrowserPlugin.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
              OctoshapeWeb.plugin
    Bad Fonts:
              None
    Time Machine:
              Mobile backups: OFF
              Auto backup: NO
              Volumes being backed up:
                        Macintosh HD: Disk size: 499.25 GB Disk used: 278.75 GB
              Destinations:
                        TOSHIBA EXT [Local] (Last used)
                        Total size: 2 TB
                        Total number of backups: 5
                        Oldest backup: 2013-10-24 23:21:31 +0000
                        Last backup: 2013-10-25 02:59:08 +0000
                        Size of backup disk: Excellent
                                  Backup size 2 TB > (Disk size 499.25 GB X 3)
    Top Processes by CPU:
                   3%          WindowServer
                   1%          EtreCheck
                   1%          Microsoft PowerPoint
                   0%          BBLaunchAgent
                   0%          fontd
                   0%          aosnotifyd
    Top Processes by Memory:
              168 MB             Microsoft PowerPoint
              123 MB             Safari
              86 MB              Mail
              74 MB              WindowServer
              45 MB              com.apple.WebKit.Networking
              45 MB              com.apple.WebKit.WebContent
              41 MB              Finder
              41 MB              PluginProcess
              41 MB              mds_stores
              33 MB              Notes
    Virtual Memory Statistics:
              72 MB              Free RAM
              1.27 GB            Active RAM
              1.24 GB            Inactive RAM
              667 MB             Wired RAM
              2.58 GB            Page-ins
              111 MB             Page-outs

  • How can I buy multiple licenses of Apple software to be insalled in other computeres

    How can I buy multiple licenses of Apple software to be insalled in other computeres?
    I need to buy 20Final Cut,  20 Motion and 20 Compresso

    Not so fast there.
    The requirement of 20 copies sounds like business, not personal use.  The terms and conditions are different for businesses. You cannot buy one copy and have 20 employees (or 20 students if this is for a class being taught) using it on 20 different computers.
    MAC APP STORE PRODUCT USAGE RULES
    Except as otherwise set forth herein,
    If you are an individual acting in your personal capacity, you may download and use an application from the Mac App Store (“Mac App Store Product”) for personal, non-commercial use on any Apple-branded products running Mac OS X (“Mac Computer”) that you own or control.
    (ii) If you are a commercial enterprise or educational institution, you may download a Mac App Store Product for use by either (a) a single individual on each of the Mac Computer(s) used by that individual that you own or control or (b) multiple individuals on a single shared Mac Computer that you own or control. For example, a single employee may use a Mac App Store Product on both the employee’s desktop Mac Computer and laptop Mac Computer, or multiple students may serially use a Mac App Store Product on a single Mac Computer located at a resource center or library. For the sake of clarity, each Mac Computer used serially by multiple users requires a separate license.
    (iii) Use may require sign-in with the Apple ID used to download the Mac App Store Product from the Mac App Store. Mac App Store Products can be updated through the Mac App Store only.

  • Single DB Engine and multiple DB Instances approach

    Hi Tech Arch gurus,
    Need some advice from all of you. We are currently planning to install SAP  training systems to latest versions.
    We are getting recommendations to goahead with Dedicated host for Oracle Installation where we have Single DB Engine and multiple DB Instances for all different 7 SAP Servers (ECC6, CRM7, BI/NW7.3, SOLMAN7.01, SRM7, EP/NW7.3, PI7.1).
    Certain things that need to be clarified before we go ahead with this:
    1.     How complex/simple is this approach ?
    2.     If there are some issues noticed in the future (Performance issues etc) in this landscape , how much effort will be required to migrate out a DB instance for an SAP product to another machine. We would be having both ABAP and Java stack for our systems.
    3.     We would later plan for adding some more systems into the landscape like SAP MDM, SAP CE, SAP BPC etc. If we add all these systems with a single DB engine, would there be performance issues etc. (We are operating under assumption that underlying hardware of the DB engine will be powerful enough)
    Can you please provide some expert guidance on this approach?
    Your response would be much appreciated.
    Thanks,
    MD

    As a consultant I never dared to do different from what SAP says in guides or notes, at least when it comes to PRD systems.
    For QA and Test Systems, discussions might be needed with the customer, depending on how important these systems are,
    and for sandboxes I already did some stuff, that will even scare some Oracle guys
    As Stefan says, the technical setup is not that complicate at all.
    But I never had to fight for a support call in a non-supported Environment, so I can't say.
    I always decided to be on the safe side.
    If you have your Oracle License directly from Oracle you might disscuss such special support issues with these guys.
    The problem is: If you get a call, and the first level support guy from SAP spots the non-supported environment, it MIGHT be possible that you need to escalate and may be pay for the support, but I suppose they will not let your system die
    May be some of the SAP moderator guys can throw a comment in on this.
    Volker

  • Creating a single public key and multiple private keys

    Hello,
    I am new to java cryptography. The problem statement is :-
    We have an accounting application, with flexibility of number of users and companies. The number of users and companies for this application has to be restricted based on the license the user has. That is the user will download our application via web while the user downloads he has to be given the key according to the license he has requested (i.e. single or multiple users/companies), I am unable to get the logic of private and public keys as such, y because which ever alogorithm i saw will generate a public and private key in pairs hence i am bit confused. Clearly, For ever additional user (or company) we r charging additional amount hence different license (keys) have to be generated dynamically for different users. I think this can be achived by creating one single public key and multiple private keys, but i am not sure . Please help me out.

    Hi kazim
    would u pls elaborate this , since i am working on same kind of scenario and finding solutions is difficult . Since encryption is done at our end and wen some user downloads an application he is unable to track where it was encrypted . What i have undestand about public /private is that they work in agreement between client and server and both has to come to agreement to share the data. Pls correct me if i am wrong.
    Ours is different senario we will send some key in download application and will want him to decrypt it . What would u suggest for this kind of scenario?
    Thanks in advance
    Janesh

  • Creative Suite multiple licenses

    Can I still buy the creative suite with multiple licenses in a hard copy (not on the creative cloud)?

    There are no hard copies. Adobe announced that physical shipping would phase out in March and short of a few leftover stock packages, you won't find any. But you can still buy CS6 as downloads:
    Creative Suite 6
    Mylenium

  • Multiple licenses

    When purchseing multiple licenses from one company account do all usrs then require the password to the one company account in order to use and continue to use the cloud based applications.

    Adobe currently has a Team Ready offering for customers interested in a volume license for Creative Cloud. This is a TLP volume license to Master Collection CS6 and includes licensing for Lightroom and Muse. Customers with this will transition to Creative Cloud Team once available later in 2012. Team Ready only uses a single serial number and Adobe ID and is not the same as Creative Cloud Membership, like what is currently available for single subscribers. Team Ready is sold through Adobe authorized resellers. If this sounds like something you would be interested in, please contact a local Adobe Reseller for more information.
    This link has more info:
    http://www.adobe.com/products/creativesuite/companies.html
    http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/creativesuite/compa nies/pdfs/ccteam-ready-overview.pdf
    This link can help someone find a reseller in NA
    http://partners.adobe.com/resellerfinder/na/reseller.jsp?nav=all
    -Dave

  • Multiple License for different Labview version

    A coworker is trying to tell me that he read somewhere on the NI forums or knowledge base that with a multiple license it is possible to use
    the maximum number of licenses on EACH version of Labview.  That is, if there are 5 licenses available that there could be 5 copies of 8.5 and 5 copies of 9.0, etc. available for concurrent use.  That seems pretty unlikely to me.  Can someone clarify? 

    Hi Over_Nyquest,
    If you have a single license then the different license types are the different options you have for using the software. So, you could use your single license as a "Computer-Based License" and only activate it on one computer for multiple people to have access to. The other option you have is to use it as a "Named-User License" and install it on 3 computers in different locations for your use. For instance, you could install it on your personal PC/laptop, your office computer, and your labroom computer. This is designed for your use only and will allow you to use LabVIEW at different locations during the day.
    -Jake B.

  • How to obtain multiple licenses for Adobe Standard?

    Our company would like to purchase 3-5 licenses for Adobe Standard.  Can you tell me how to go about obtaining them?
    Thank you,
    Becky RMB

    Hi David ,
    You can easily purchase multiple licenses for the desired product.
    Adobe gives you an option of purchasing volume license .
    Please refer to the following links to be updated about the Volume License and choose the relevant buying program.
    http://www.adobe.com/volume-licensing.html?promoid=ITLHM
    http://www.adobe.com/in/volume-licensing/benefits-by-role.html
    I am sure this will help.
    Regards
    Sukrit Dhingra

  • If I buy the single user version of the standard software, can I add multiple licenses later?

    We need to install in about 5 seperate computers in my office, and not sure exactly how to go about purchasing the software.
    Thanks.

    For multiple licenses, that is usually done through Adobe for a special multiple activation license. The price apparently is based on the number of installations that are expected. I am not sure of the exact process, but that is what I have heard over the years. So please contact the Adobe folks to see if you can get pricing information. Be sure to have an esitmate of the number of seats that you require. I would recommend the Pro version and not the Std version. However, that may be where you buy one Pro license and then a multiple license for Std.

  • I have one apple ID and multiple family members share this with their devices.  How do we keep pics and messages separate?

    I have one apple ID and multiple family members share this with their individual devices.  How do we keep pics and messages separate for each device?

    For messages
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime
    For other issue:
    How to use multiple iPods, iPads, or iPhones with one computer
    What is the best way to manage multiple...: Apple Support Communities

Maybe you are looking for

  • Security Restrictions disappear when webi is modified

    Hello, I have the following problem with Security restrictions. I have created a business security profile, and assign this profile to a user directly (I have tested the same assign the profile to a group and the problem occurs too). The business sec

  • STO with SD delivery  - Return process

    Dear Exports, We have done the STO Process from Plant to plant (intra company) through SD Delivery. Step as fallows:                       ME21N, VL10B, VLO2N, VF01, J1IIN We transfer 1000 M role from Plant (manufacturing) A to plant B through STO pr

  • Can not turn on location services

    The "Location Services" on my iPhone 5 is greyed out and will not allow me to turn it on? Whats up? I just installed IOS 7, Find my iPhone is selected, on my phone, my iMac and the iCloud. They all have the same message, "Online, Location Services of

  • Replenishment Lead Time Change Log

    Hello Experts While making change to Replenishment Lead time field in the Product Master, the changes are not visible in the change log in transaction /SAPAPO/PROD_CD_READ. Can you please advise? Thanks in advance. Best Regards, Parth Soneji

  • I rent a movi and cannot see it in my iPad what I do?

    I rent a movi (john carter) and cannot see it in my iPad-2 version 5.1.1 what I should do? The message appear is ( the requested URL was not found in this server ). Can anyone help how to solve this problem