diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:17:38 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:17:38 +1100 |
commit | dc6076ae08998a908104d823b9d55adb32f02429 (patch) | |
tree | fce0a31318f78d6b9fc345814d42ecf6abb4566b /xine-ui | |
parent | dca6ea985b41392725664f0c3a76e23f1bf69682 (diff) | |
download | contrib-dc6076ae08998a908104d823b9d55adb32f02429.tar.gz contrib-dc6076ae08998a908104d823b9d55adb32f02429.tar.xz |
opps didn't realise git aslo captures *~ files and cleaned out other junk files
Diffstat (limited to 'xine-ui')
-rw-r--r-- | xine-ui/.sync~ | 1 | ||||
-rw-r--r-- | xine-ui/Pkgfile~ | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/xine-ui/.sync~ b/xine-ui/.sync~ deleted file mode 100644 index 8d1c8b69c..000000000 --- a/xine-ui/.sync~ +++ /dev/null @@ -1 +0,0 @@ - diff --git a/xine-ui/Pkgfile~ b/xine-ui/Pkgfile~ deleted file mode 100644 index 82b8a092b..000000000 --- a/xine-ui/Pkgfile~ +++ /dev/null @@ -1,23 +0,0 @@ -# Description: A free, GPL-licensed video player for UNIX-like systems. -# URL: http://xine.sourceforge.net -# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au -# Packager: sten, nick dot steeves at shaw dot ca -# Depends on: xine-lib - -name=xine-ui -version=0.99.4 -release=1 -source=(http://dl.sourceforge.net/sourceforge/xine/$name-$version.tar.gz) - -build() { - cd $name-$version - - ./configure \ - --prefix=/usr \ - --disable-nls - - make && make DESTDIR=$PKG install - rm -fr $PKG/usr/{man/{??,man1/aaxine*},share/doc} - chown -R root:root $PKG -} - |