Artifact 438941ee2648047fe1e117867de136159a4714bd:
- Executable file ypkg/scripts/archive/gst-plugins-good-0.10.15 — part of check-in [507127e96a] at 2015-09-06 03:30:44 on branch trunk — Initial commit of package build scripts (user: pooryorick size: 441) [more...]
- Executable file ypkg/scripts/current/gst-plugins-good-0.10.15 — part of check-in [507127e96a] at 2015-09-06 03:30:44 on branch trunk — Initial commit of package build scripts (user: pooryorick size: 441)
#! /bin/env bash # pkg install script for gst-plugins-good-0.10.15 pkg_init () { name=gst-plugins-good version=0.10.15 url='http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.15.tar.bz2' sha1=b37611f5b4e28c19159ed3f71aeaf7dfff513174 src=gst-plugins-good-0.10.15 meta=( I need gst-plugins-base I like aalib ) } config_pre () { make_check=make_check_gst } make_check_gst () { make check return 0 }