summaryrefslogtreecommitdiff
path: root/pyogg/Pkgfile
blob: 69838c303ae6764d3d3026e6a1b1e1cf6c2b5685 (plain)
    1 # Description: pythonwrapper for the for the Ogg library
    2 # URL:         http://www.andrewchatham.com/pyogg/
    3 # Maintainer:  Han Boetes <han@mijncomputer.nl>
    4 # Packager:    Han Boetes <han@mijncomputer.nl>
    5 # Depends on:  libogg python
    6 
    7 name=pyogg
    8 version=1.1
    9 release=1
   10 source="http://www.andrewchatham.com/pyogg/download/$name-$version.tar.gz"
   11 
   12 build() {
   13     cd $name-$version
   14     python config_unix.py
   15     python setup.py build
   16     python setup.py install --root=$PKG
   17     find $PKG/usr/include -type f | xargs chmod 644
   18 }

Generated by cgit